Skip to content

Instantly share code, notes, and snippets.

@gunnarmagholder
Created May 21, 2012 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunnarmagholder/2761013 to your computer and use it in GitHub Desktop.
Save gunnarmagholder/2761013 to your computer and use it in GitHub Desktop.
Some fileposting stoff
$(document).ready(function(){
jQuery.post(
"output.pdf",
jQuery(this).serialize()
)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment