Answers for "jquery li count in ul"

1

jquery li count in ul

$('#menu ul').filter(function(){ return $(this).children("li").length > 1 })
Posted by: Guest on May-04-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language