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

Popular posts from this blog

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -