Примеры для jQuery .blur()


To trigger the blur event on all paragraphs:

1
$( "p" ).blur();