display icon dynamically using jquery -
i have textbox when enter , finish typing next text box appears dynamically eg:textbox1 textbox2 text here when keep cursor on text here,i need display icon after remove cursor text here icon should not display.
how do it? know possible in jquery new jquery can 1 me?
- wrap "some text here" in element span or div or whatever.
- use jquery select particular element , attach hover behaviour it.
- in hover handler, toggle visibility of icon.
the jquery hover documentation should there. @ example. it's adding dynamic span element, can replaced w/ image quite easily...
Comments
Post a Comment