Hi All,
I want to attach an event on mouseover of image that gets added dynamically.
if i do this in Onload the event is not getting attached as the image does not exists when onload is fired.
so question is how can we attach events in Onload function to items those get added after onload is fired?
I read this in JQ in Action books, but unable to trace it now
-P