Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea issue with jQuery 2 #7

Open
Alaa84kh opened this issue Nov 8, 2015 · 0 comments
Open

Textarea issue with jQuery 2 #7

Alaa84kh opened this issue Nov 8, 2015 · 0 comments

Comments

@Alaa84kh
Copy link

Alaa84kh commented Nov 8, 2015

when using jquery.printelement with jQuery2, I face issue that all textarea value will miss.
the fix is by replace
var value = $(this).attr("value");
with:
var value = $(this).val();

in textarea block in "jquery.printelement.js" file (~line 116).

Thanks
Alaa

@Alaa84kh Alaa84kh changed the title Textarea with jQuery 2 issue Textarea issue with jQuery 2 Nov 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant