Jquery simulates the way a user clicks a hyperlink or button

  • 2020-03-26 21:37:50
  • OfStack

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

Related articles: