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
Post a Comment