I'm creating <img> elements dynamically like this:

$('<img src="images/pic.jpg" alt="").appendTo("#table");

Later on, if I create a wrapped set $('img'), dynamically created
images are not in it. I guess that's the way jQuery works, but can I
do something to wrap newly created elements that are not in HTML?

Reply via email to