Skip to content

Instantly share code, notes, and snippets.

@DavidWells
Created March 7, 2014 01:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidWells/9403084 to your computer and use it in GitHub Desktop.
Save DavidWells/9403084 to your computer and use it in GitHub Desktop.
Run the script in the console tab of the browser dev tools. This will disable the final form submission and output the ajax POST data for debugging
jQuery('form').each(function(){
jQuery(this).addClass('inbound-debug');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment