Jump to content

User:Somesh63/common.dom

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by JohnCD (talk | contribs) at 18:43, 26 October 2012 (RM db tag after userfying). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

$(document).ready(function(){

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

alert(xx);

});