Skip to content

Instantly share code, notes, and snippets.

@rozmiarek
Created July 10, 2010 22:18
Show Gist options
  • Save rozmiarek/471072 to your computer and use it in GitHub Desktop.
Save rozmiarek/471072 to your computer and use it in GitHub Desktop.
js: file template (jQuery based)
(function ($, window, undefined) {
$(function () {
// your js code here
});
})(jQuery, window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment