can you access the length of a ul code example
Example: jquery li count in ul
$('#menu ul').filter(function(){ return $(this).children("li").length > 1 })
$('#menu ul').filter(function(){ return $(this).children("li").length > 1 })