Mega Code Archive

 
Categories / JavaScript Tutorial / JQuery
 

Appends some HTML to all paragraphs

$("p").append("<b>Hello</b>");