Created
April 15, 2015 15:33
-
-
Save surefirewebserv/7903d76ab373a0960456 to your computer and use it in GitHub Desktop.
Bloom Trigger Click
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
$('.trigger-click').click(function() { | |
$( '.et_bloom_popup' ).each( function() { | |
auto_popup( $( this ), 0 ); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, how can I use this on a button?
I added it in the custom.js file of bloom and use this code to active it:
Show me a Popup!
What am I doing wrong?