I have a list
...
I need jQuery to count the number of items in my list.
Try to get using:
var count = $("ul > li").size(); alert(count);