User:Locke/common.js: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
mNo edit summary
No edit summary
Line 1: Line 1:
var uls = getElementById('toc').getElementsByTagName('ul');
alert($("#toc").clientWidth);
for(var i=0, len=uls.length; i<len; ++i) {
alert(uls[i].clientWidth);
}