Skip to content

Instantly share code, notes, and snippets.

@omgitsads
Forked from laffy/gist:2767711
Created May 22, 2012 09:02
Show Gist options
  • Save omgitsads/2767729 to your computer and use it in GitHub Desktop.
Save omgitsads/2767729 to your computer and use it in GitHub Desktop.
jQuery ->
$('#password_prompt_form').submit (e) ->
$.post(this.action, { passcode: $('#passcode').val() }) ->
$('#passcode_response').html(data)
e.preventDefault()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment