jquery.exitintent
jquery.exitintent copied to clipboard
A jQuery plugin that detects (and trigger events) when users are leaving your page
Results
2
jquery.exitintent issues
Sort by
recently updated
recently updated
newest added
Wrapping the trigger with an if statement to check the target length, inside the timer seems to fix the issue; `if (ev.target.length === undefined) {` I Haven't created the minified...
If you have form with select list on web page. And when you will try to choose the option from Select list. Exitintent event will be trigger.