Hoverenter events are called when the mouses less than jQuery.Hover.distance pixels in jQuery.Hover.delay milliseconds.
$(".option").live("hoverenter", function(ev, hover){ $(this).addClass("hovering"); })