How to programmatically trigger the click on a link using jQuery? February 6, 2023 by Tarik $('#your_link_id').click() See the excellent jquery docs for more information