Forum Moderators: open
$('p').each(function() { ... });
$('p').each(function() { runFunc($(this));});if ($('#whatever').length) { runFunc($('whatever'));}