User talk:Bility/Archive Talk Sections

Avoid cluttering up the global space

To avoid cluttering the global scope, why don't we wrap the entire program with an anonymous function? mc10 (t/c) 04:05, 30 August 2011 (UTC)

:I guess I should have watchlisted this page!

:Well, I wouldn't be opposed to an anonymous function—can you explain how it would work? I would replace:

::$(document).ready(mainArchiveSection);

:with:

::$(document).ready(function() { ... });

:Like that? — Bility (talk) 23:33, 8 November 2011 (UTC)