$(this.el).find("section.screen").each(function(){ if($(this).attr("id")=='control') { $(this).height($(this).height()-60); return false; } })