Skip to content

Instantly share code, notes, and snippets.

@tristanoneil
Created December 10, 2012 14:22
Show Gist options
  • Save tristanoneil/4250829 to your computer and use it in GitHub Desktop.
Save tristanoneil/4250829 to your computer and use it in GitHub Desktop.
$ ->
$("div.contacts form").live "ajax:success", ->
$.get window.pathname, (data) =>
$(this).closest("div.contacts").replaceWith $(data).find("div.contacts")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment