If I wanted to auto-click a button element on page load, how would I go about this using jQuery?
The button html is
Use the following code
$("#modal").trigger('click');