Jump to content

User:Somesh63/common.dom

From Wikipedia, the free encyclopedia

$(document).ready(function(){

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

alert(xx);

});