Mega Code Archive

 
Categories / JavaScript Tutorial / JQuery
 

To unbind all click events from all paragraphs

$("p").unbind( "click" )