Sam Collett wrote: > I noticed that you have added String.prototype.trim. jQuery actually > has this already, e.g. jQuery.trim(" foo "); >
Urg! No messing with core JS objects please - don't turn jQuery in to another Prototype :( @ All developers: Please, please, please namespace stuff properly. This is one of the biggest advantages of jQuery.