1 2 3 |
$("#five").trigger("click"); |
This will click a button with an id called ‘five’
If you have a problem try this
1 2 3 4 5 |
setTimeout(function() { $("#five").trigger('click'); },10); |
© 2022 CODEHAVEN