Mega Code Archive

 
Categories / JavaScript Tutorial / JQuery
 

To trigger the click event on all of the paragraphs on the page

$("p").click();