Tagged Questions
1
vote
1answer
2k views
How to clone a jQuery Listen plugin event?
I have some <tr> elements on my page with a click() event attached to an image that sits inside each one. I use this code
$(this).clone(true).appendTo("table#foo");
to do the following:
...