I used $(el).click();
to make click event. (Basically button was clicked by JS, not user).
Is there a away to detect if that click was done by user, or by script?
I used $(el).click();
to make click event. (Basically button was clicked by JS, not user).
Is there a away to detect if that click was done by user, or by script?