Last active
July 22, 2016 12:53
-
-
Save spivurno/aaf3d6a684b418edeeed to your computer and use it in GitHub Desktop.
Gravity Perks // GP Conditional Pricing // Hooks // gpcp_after_update_pricing
This file contains 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( document ).ready( function( $ ) { | |
gform.addAction( 'gpcp_after_update_pricing', function( triggerFieldId, gpcp ) { | |
// do something crazy! | |
} ); | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment