, , jquery. ! jquery . ( , ) , . , !
<script language="javascript" type="text/javascript">
$(document).ready(function () {
$("li > a.static").each(function () {
if ($(this).parent().children().length > 1) {
$(this).addClass("popout");
}
});
});
</script>