Last active
February 1, 2018 00:25
-
-
Save manospsyx/0194273040769d686bc779c2adbce671 to your computer and use it in GitHub Desktop.
Composite Products JS API - Script Bootstrapping
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
;( function ( $, window, document, undefined ) { | |
$( '.composite_data' ) | |
.on( 'wc-composite-initializing', function( event, composite ) { | |
// Add your code here. | |
} ); | |
} ) ( jQuery, window, document ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment