Skip to content

Instantly share code, notes, and snippets.

@austenito
Created April 19, 2012 05:09
Show Gist options
  • Save austenito/2418746 to your computer and use it in GitHub Desktop.
Save austenito/2418746 to your computer and use it in GitHub Desktop.
post for two-click
jQuery ->
$('#two-click-submit').click ->
$.post(
"/two_click"
foo: $('#cart_item_quantity').val()
-> alert("omg")
)
@j3j3
Copy link

j3j3 commented May 16, 2012

What an amazing gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment