User:Locke/common.js: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
mNo edit summary
(moved to Tabs2.js)
Tag: Blanking
 
(94 intermediate revisions by the same user not shown)
Line 1: Line 1:
var uls = getElementById('toc').getElementsByTagName('ul');
 
for(var i=0, len=uls.length; i<len; ++i) {
alert(uls[i].clientWidth);
}

Latest revision as of 08:47, June 27, 2020