Created
August 21, 2016 18:44
-
-
Save mchelen/c1a58baeca7b636cd5d094bf66c7498b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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