JQuery mouse over question -
I was wondering how can I remove the mouse over the append when my mouse is not more than the pointer element?
$ ('.one'). Mouseover (function () ($ ('# log'). Append ('& lt; div & gt; is called mouseover () for handler. & Lt; / div & gt;');});
$ ('.one'). Hover (function () ($ ('# log'). Edif ('& lt; div id = "over"> handler for .mouseover). & Lt; / div & gt;');}, function ( ) {$ ('# Over'). Deletion (); });
Comments
Post a Comment