Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created December 30, 2020 14:03
Show Gist options
  • Save reachkamrul/f874062701f682ac161f8e9a3c170398 to your computer and use it in GitHub Desktop.
Save reachkamrul/f874062701f682ac161f8e9a3c170398 to your computer and use it in GitHub Desktop.
jQuery( '<button class="ninja_button btn custom_print" style="background-color: rgb(0, 0, 0); color: rgb(255, 255, 255);">Custom Print</button>' ).insertBefore( ".ninja_button_print" );
jQuery('.custom_print').on('click', function(){
window.print();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment