Skip to content

Add a delay option before print the page #41

@FM7077

Description

@FM7077

Thanks for your plugin, its vrey usefull.
Most of time I print data after I require them from server. And I found the plugin will print the page before the page loade completely.
$('#printPage').on("load",function() { setTimeout(function () { printit(pluginOptions); }, 2000) });

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