Skip to content

Instantly share code, notes, and snippets.

@jeffreyiacono
Created January 29, 2011 20:25
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 jeffreyiacono/802160 to your computer and use it in GitHub Desktop.
Save jeffreyiacono/802160 to your computer and use it in GitHub Desktop.
javascript for widget deletion
$.ajax({
url: this.href,
type: 'POST',
dataType: 'script',
data: {_method: 'delete'},
beforeSend: function() { console.log("in before send ...") },
complete: function() { console.log("in complete ...") }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment