Skip to content

Textarea issue with jQuery 2 #7

@Alaa84kh

Description

@Alaa84kh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions