Namespacing 

(function ($) {

    var someVariable = "...";

    function someFunction() {
        // ...
    }

})(jQuery);