SyntaxFix
Write A Post
Hire A Developer
Questions
You are missing the dot on the selector, and you can use toggleClass method on jquery:
$(".result").hover( function () { $(this).toggleClass("result_hover") } );