User:Locke/common.js: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 3: Line 3:
var wdth = uls[i].clientWidth + 1;
var wdth = uls[i].clientWidth + 1;
alert(wdth);
alert(wdth);
uls[i].style.width = uls[i].clientWidth + 1;
uls[i].style.width = uls[i].clientWidth + 1 + "px";
}
}