jQueryPlugins
jQueryPlugins copied to clipboard
duplication of element to be printed?
I am calling printElement like this: $(this).closest('div.dropzone').print.Element()
<div class='dropzone'>stuff I want to print, the print button is here too</div>
however it seems that my div gets duplicated by printElement (this is from the popup) <div class="dropzone"><div id="dropzone1" class="dropzone" style=" "> stuff I want to print, the print button is here too </div></div>
now the main problem is that dropzone has width 50%, and two nested dropzone div causes the page to print quarter width... I know I can override the CSS and set the width to 100%, but I still want to report this duplicate <div< issue.
thanks,
-avi