Skip to content

Instantly share code, notes, and snippets.

View brianium's full-sized avatar
🕊️
Human

Brian Scaturro brianium

🕊️
Human
View GitHub Profile
solve problems
software
AngularJS
passionate
teamwork
meet commitments
skill
proven history of shipping software
collaboration
creating solutions
jQuery.noConflict();
(function() {
var $ = this.jQuery,
MyNamespace = {};
MyNamespace.SuperAwesomeFunction = function() {
//do awesome stuff
};
$(function() {
MyNamespace.SuperAwesomeFunction();