jquery.exitintent
jquery.exitintent copied to clipboard
Fix for Issue #2
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 version as I'm not sure on your workflow.