Skip to content

Instantly share code, notes, and snippets.

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