Jörn Zaefferer schrieb: > Klaus Hartl schrieb: >> Let me know if I can help out. >> > It would be a great help if you could comment on the stuff I've written > down here: http://jquery.com/dev/bugs/bug/217/ (mostly the 'Attaching > global handlers to DOM elements...' ff. part)
Jörn, regarding http://jquery.com/dev/bugs/bug/196/ Maybe I was a little too harsh here. After all it may be good thing to not break others code, if at all possible. I think it shouldn't be the goal to be compatible to any library out there, especially if these libraries are doing bad regarding coding best-practices (like enhancing the objects prototype), but maybe we can have a look into the issue (low prio if you ask me). regarding http://jquery.com/dev/bugs/bug/216/ I thought there was already the dataType "html", so with it I expected scripts to be evaluated... If not forget that! To override the ajax handlers via a global options makes sense to me and is good solution. The chaining would also be a good thing, as one gets used to it. $.ajaxStart(start).ajaxStop(stop); As for the namespace thing, I'm not sure. Could make sense, but we should be careful with changing the API too much. That can be frustrating. -- Klaus -- Klaus _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
