Reply To: CSS Issue

#12944
Jan Trier
Jan Trier
Participant

I have a plugin which can show/trigger popups. The trigger to show that popup is: class=”spu-open-58189″
For example: <button class=”spu-open-58189″>Submit</button> Would trigger and show the popup.

You can just check out my sidebar at the right hand side of a product page and click on a button like this. Then a popup opens.
Now I want to trigger another popup which comes every time a user enters the first char.

The cookie should handle that the popup doesn’t get triggered the next time if a user searches the next time. (If not, is it possible to create that by the Ajax search with the cookie and next time don’t popup?)

That is what I want to do! 😀