Search code examples
javascriptjqueryprintingselect-options

jQuery.print.js not printing the users choice of select/option dropdown menu


I am using jQuery.print.js. Printing in general works fine. I am having trouble printing the users choice in a select/option dropdown menu field. Does anybody know how to get the selected value to show up in the print? I would appreciate any help. I am new to jQuery and javascript. Thanks in advance.


Solution

  • I was able to find the answer. The elements needed to be cloned before the user pressed the print button. Window.print does not print selected options as of yet