Jquery hover not fast enough -
When I leave the selector, I run very fast, then it will not be disposed:
$ ("# items"). Hover (function {$ (this) .addClass ("hover");} function () {$ (this) .removeClass ("hover");});
I was unable to reproduce it. It's written in this page in Firebug:
$ ("p"). Hover (function {$ (this) .html ('a')}, function () {$ (this) .html ('b')});
Always works, though I really move fast forward. Perhaps this is because you forgot the comma before the second function in your code? Which Browser Do You Use?
Comments
Post a Comment