Skip to content

Instantly share code, notes, and snippets.

@markrendle
Created July 17, 2014 14:52
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 markrendle/8350daad3cf392f7bf3e to your computer and use it in GitHub Desktop.
Save markrendle/8350daad3cf392f7bf3e to your computer and use it in GitHub Desktop.
Trash ASPX server-side form for SPA pages
// Requires jQuery
$(function() {
var $theForm = $("#theForm"), contents = $theForm.contents();
$theForm.after(contents);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment