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
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