$(document).ready(function(){ $("div.lijstitem_intro").each(function() { $(this).find("p:last").addClass("last_paragraph") }); });