Skip to content

Instantly share code, notes, and snippets.

@surefirewebserv
Created April 15, 2015 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surefirewebserv/7903d76ab373a0960456 to your computer and use it in GitHub Desktop.
Save surefirewebserv/7903d76ab373a0960456 to your computer and use it in GitHub Desktop.
Bloom Trigger Click
$('.trigger-click').click(function() {
$( '.et_bloom_popup' ).each( function() {
auto_popup( $( this ), 0 );
});
});
@Bobolions
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment