Skip to content

Add a delay option before print the page #41

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) });

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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