jQuery.event.special.hoverleave  attribute     

Called when the mouse leaves an element that has been hovered.

$(".option").live("hoverleave", function(ev, hover){
   $(this).removeClass("hovering");
})
© Jupiter IT - JavaScriptMVC Training and Support