markswindoll / jQuery-Word-Export

jQuery plugin for exporting HTML and images to a Microsoft Word document
http://markswindoll.github.io/jquery-word-export/
MIT License
220 stars 145 forks source link

get current value for inputs in html page #5

Open abdotalaat opened 9 years ago

abdotalaat commented 9 years ago

If page has input filed, the default value of this filed that will generated in word file until if you change this value. these lines will solve this issue

markswindoll commented 9 years ago

I have tested these changes with a text input, and it did not work. Is this change only for file inputs? What issue you are trying to solve?