I'd like to ask if there's a proper way of avoiding 'mouseenter mouseleave' function for/to wobble the element selected?
this code came from jquery and it is working properly but when you hover mistakenly many times the navigation, it wobble the hidden elements when your mouse is already over to the element.
$('#mn_learn').bind('mouseenter mouseleave', function(){
$('.toggleLearn').slideToggle('250');
});
i did tried to check on how to avoid that but im not lucky to do that. advance thanks for the help. check the sample here...