How to programmatically trigger the click on a link using jQuery?
You can use trigger:
$('#your_link_id').trigger('click');