Use namespaces to protect your global integrity.
Stars
25
Forks
2
Watchers
25
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
4
commits
Give you a way to convert any pre-made jqeury plugin into a namespaced plugin by adding .ns('') before the .fn declaration. Ex. $.ns('my').fn.myPlugin = function() {}
8931cf1View on GitHubBump Version! New Feature my$ = $.ns('my'); my$('.works').yay('!');
434302cView on GitHubGet reference to namespaced jq object via the pattern $ns = $.ns(namespace); $ns(selector).foo()
edf98ddView on GitHub