>
> The feasibility of 'namespacing' hasn't been brought up yet - but
> leave it to be said that it would be really really difficult and add a
> ton of overhead to the jQuery base as a whole (in order to continue
> chainability support).

Err... I made a rather concrete proposal for how namespacing could be  
implemented in my mail of 15 october. But no-one replied to that  
part :/.

Essentially, I think namespacing is preferable to prefixing because  
you don't need to repeat namespaces:

i.e.
$(...).onLoad().onMousemove().onClick().domAppend().domWhatever();
vs
$(...).on.load().mousemove().click().dom.append().whatever();

This sort of chainability is quite intuitive, and I think it is  
possible to achieve.


Steven Wittens


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to