Q: jQuery show popup only once I have a div with an issue due to popup triggering multiple times. I want it to trigger only once when user clicks the button. the option “OneTime” doesn’t seem to solve the issue. Below is the demo of this issue. A: Use preventDefault on $.fn.click instead of preventing