Jquery simulates the way a user clicks a hyperlink or button



//Jquery emulated the user to click on a hyperlink or button
$("#a").trigger("click");