Skip to content

Instantly share code, notes, and snippets.

View nonzer0's full-sized avatar
🦆

Neil West nonzer0

🦆
  • Turnitin
  • Pittsburgh, PA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nonzer0 on github.
  • I am nonzero (https://keybase.io/nonzero) on keybase.
  • I have a public key whose fingerprint is AB69 5D2F A1DE 917E 7480 F6EA 0324 2C10 C494 FC79

To claim this, I am signing this object:

$(document).ready(function() {
return $('.contact-fields').on("ajax:success", function(e, data, status, xhr) {
$('.contact-fields').append(xhr.responseText);
$('#myModal').modal('hide');
}).on("ajax:error", function(e, data, status, error) {
return $('.contact-fields').append('Error');
});
});