Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created August 21, 2016 18:44
Show Gist options
  • Save mchelen/c1a58baeca7b636cd5d094bf66c7498b to your computer and use it in GitHub Desktop.
Save mchelen/c1a58baeca7b636cd5d094bf66c7498b to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('.pledge_submit').click(function () {
console.log("foo");
$('.pledge_modal_screen1').hide();
$('.pledge_modal_screen2').show();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment