Prevent Popunder from invoking on certain HTML objects

rauza

Regular Member
Joined
Mar 13, 2014
Messages
409
Reaction score
588
I have a button that when clicked, instead of launching the popunder network's js code that I am using, will avoid from executing the popunder. Basically prioritize the button's first click to do what it is designed to do while avoiding the pop-under.

How can this be done?
 
You could add some jQuery that initializes the popunder js code when the button is clicked.
So, it does what it's supposed to do and initializes the popunder, then when the button is clicked again it triggers the popunder.
 
You could add some jQuery that initializes the popunder js code when the button is clicked.
So, it does what it's supposed to do and initializes the popunder, then when the button is clicked again it triggers the popunder.
Idk why I didn't think of this simple idea lol. Thanks!
 
Back
Top