Simulate a button click via JavaScript
March 5th, 2008 | by Knix | published in javascript
There is a rare need for this type of functionality but I have found myself in a couple of situations where I needed it. Here is a quick demo of a button click that is simulated from another event handler. In this case, the button click is invoked by checking a checkbox.
Demo
Check the [...]