To triggers the blur event on all paragraphs: : blur « jQuery « JavaScript DHTML






To triggers the blur event on all paragraphs:

 


$("p").blur();

   
  

Related examples in the same category

1.Stop people from writing in text input boxes
2.blur(fn): blur event fires when an element loses focus