jquery, if hovering over an element injects something into the DOM, can I still reference it?
- by Blankman
if hovering over an element injects something into the DOM, can I still reference it?
Or do I have to use the live plugin?
i' using jqeury 1.3.2
i.e. can I do $("#someItem").attr("src", "htt..."); on it?
I am trying to do it, but I think its not working b/c its a newly added item to the DOM.