if(nv.firstChild)
$('ul.nav li').each(function(){ if ($(this).children('ul.sub-nav').length) { $(this).children('a').addClass('with-drop'); } });