User:Somesh63/common.dom

$(document).ready(function(){

var xx = $('ul li#end').length;

alert(xx);

});