toggle menu

Auto button click with jquery

Sanjana Kumari |26 Mar at 04:03

If you want to Jquery of javascript function with want to auto click on button, without manual press.
Simple use  $("#button_id").click(); 

Example :
function abc(){

alert("abc");

$("#button_id").click(); 

}

  • 1 like
  • 0 comment

Posted:

26 Mar at 04:03

Viewed:

1045 times

Active:

27 Mar at 07:03