jquery - event can be only triggered by mouse, without any impact on Tab clicking -


i have following code. however, event triggered when both mouse entering selector , selector given focus via tab.

$("selector").mouseenter(function(){       $(this).addclass("red");  }) 

i event can triggered mouse, without being able tab it.


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -

blackberry 10 - how to add multiple markers on the google map just by url? -