You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a problem to use this plugin for print a page with input[type=radio] on IE9, because the .clone() function used at function '_getElementHTMLIncludingFormElements' don't make a copy of the checked state in this case. It's a reported bug http://bugs.jquery.com/ticket/10550. I got around this problem modifyng the .clone() function for the .html() function and worked for me.
The text was updated successfully, but these errors were encountered:
I had a problem to use this plugin for print a page with input[type=radio] on IE9, because the .clone() function used at function '_getElementHTMLIncludingFormElements' don't make a copy of the checked state in this case. It's a reported bug http://bugs.jquery.com/ticket/10550. I got around this problem modifyng the .clone() function for the .html() function and worked for me.
The text was updated successfully, but these errors were encountered: