When you say pop up, do you mean, window.open style.
If that's the case try using something like this:
var popup = window.open(...)
$("#cloneme").clone().appendTo("body",popup);

~Sean

Reply via email to