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.
No edit summary
No edit summary
Line 1: Line 1:
alert($("#toc").clientWidth);
alert(document.getElementById('toc').clientWidth);

Revision as of 04:20, October 6, 2012

alert(document.getElementById('toc').clientWidth);