some suggestions, just my $0.02 anyway...
1. provide a way for classical/user-friendly OOP style, somethings
like dean edward base library,
2. dynamic include
instead of include JS you want, you can use somethings like
e.g.
jQuery,include("UI.Canvas")
jQuery.require("UI.Canvas"); // die if module not found
jQuery,include("UI.*"); // include all module under the same cat
3. cookies & form plugin (not necessary ajax, but basic form handling)
into the core
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/