Jquery LIVE, with an append, is breaking the MouseOver -


itemprop = "text">

Here is the code:

  & lt; P & gt; Football life Suspendisse sem lorem, this gate, what's there for, but the gate, please. CNN did not have any thermal nutrition. And lieutenant; Span class = "FindMe" & gt; I think, & lt; / Span & gt; Integer volleyball & lt; / P & gt; And lieutenant; Script type = "text / javascript" & gt; $ (Document) ready ($ ('FindMe') live ('simultaneous mouseout', function (event) {if (event.type == 'collapse') {// Simplant $ do something (it ) .css ("background", "red"); $ (this) .append ('& lt; span id = "dropdown"> 30 ');} else {// Doing something on mouseout $ (this) .css ("background", "transparent"); $ ('# dropdown'););}}});}; & Lt; / Script & gt;  

1 A dropdown element, next to the next, will display the displayed user settings when they want to move on to your mouse. The problem is that when more than 30 mouse rolls, it triggers the mouseout, even if it has any idea inside the .indem? Or a better way to fulfill this effect?

"itemprop =" text ">

This is the mouseout of . . If you are using Photoshop 1.4 then you should change the collapsible / mouseout with mouseenter / mouseleave

Editor: Some example code:

  $ (document) ready (function) ($ '' FindMe ') live (' mouseenter ', function (event) {$ (this) .css ("background", "red"); $ (this) .append (' & lt; Span id = "dropdown" & gt; 30 & lt; / span & gt; ');}) live (.' Mouseleave ', function (event) {$ (this) .css ("background", "transparent" ); $ ('# Dropdown') .remove ();});});  

Comments