Skip to content

Instantly share code, notes, and snippets.

@2208Abhinav
Created June 3, 2018 06:47
Show Gist options
  • Save 2208Abhinav/056b9de8e0bbb7f6e217404140737968 to your computer and use it in GitHub Desktop.
Save 2208Abhinav/056b9de8e0bbb7f6e217404140737968 to your computer and use it in GitHub Desktop.
JavaScript disabler
$('.pdf_proto').click(function() {
$('#report_form').attr('action', '../../../modules/pdf_generator/selector.php');
$('#report_form').submit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment