How can I simulate events like click, mousedown, mouseout and etc. in JavaScript or jQuery?
Event simulation in JavaScript
154 views Asked by Saska At
2
How can I simulate events like click, mousedown, mouseout and etc. in JavaScript or jQuery?
Use the trigger method
More information: http://api.jquery.com/trigger/