How to programmatically trigger the click on a link using jQuery?

$('#your_link_id').click()

See the excellent jquery docs for more information

Leave a Comment