Skip to content

dflydev/jquery-ddNamespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dragonfly Development jQuery Namespace Add-on
http://github.com/dflydev/jquery-ddNamespace


This add-on gives jQuery users the ability to manipulate global namespaces.
In the most simple case, it can be used to create a namespace like this:

    $.namespace('dflydev.example.util');
    dflydev.example.util.demo = function() { ... }


Very much inspired by the following sources:
http://stackoverflow.com/questions/527089/is-it-possible-to-create-a-namespace-in-jquery
http://www.zachleat.com/web/2007/08/28/namespacing-outside-of-the-yahoo-namespace/

About

jQuery Namespace Add-on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published