Namespacing
(
function
($)
{
var
someVariable =
"..."
;
function
someFunction()
{
// ...
}
}
)(jQuery);
OSDC13