Firstly, I would make it recursive as it can have subnamespaces.
Secondly, I think that event binding and especially namespaces and
object notation should be "natively" supported.
To go further, I think we should go further in namespaces support even
for plugins. It would be great to be able to use the following
syntax :
$.fn.extend( {
a : {
componentA : new Function()
},
b : {
componentB : new Function()
}
} );
$a = $.namespace( 'a' );
$a( target ).componentA();
$a( target ).b.componentB();
---
Ludovic
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---