Trying to select a sibling element using jQuery and it doesn\'t work in IE7.
Here is my sample code: http://jsfiddle.net/y7AHz/6/ (click Run to see result)
try only this it works in ie7 also
var numberOfListItems = $("ul.ulContainer li").length;