Created
April 27, 2020 12:47
-
-
Save parweb/53e6a82bd93d64ef955f5c7012e28357 to your computer and use it in GitHub Desktop.
zegzeg
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
jQuery(window).on('load', function() { | |
jQuery('fieldset#give-ffm-section').toggle(); | |
}); | |
// You can change the selecto to trigger the function on a different gateway | |
jQuery('.give-gateway-radio-list input').change(e => { | |
console.log('hello'); | |
}); |
Author
parweb
commented
Apr 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment