If a ul has more than one li-element inside of it, something should happen, otherwise not!
ul
li
What am I doing wrong?
if ( $(\'
Make the following change:
console.log($("#menu li").length);