Skip to content

Instantly share code, notes, and snippets.

@ThatRendle
Created July 17, 2014 14:52
Show Gist options
  • Select an option

  • Save ThatRendle/8350daad3cf392f7bf3e to your computer and use it in GitHub Desktop.

Select an option

Save ThatRendle/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