And here's a discussion of innerHTML by Peter Paul Koch (aka ppk): http://www.webreference.com/programming/javascript/ppk2/4.html
On 1/31/07, Aaron Heimlich <[EMAIL PROTECTED]> wrote:
On 1/31/07, Joel Birch <[EMAIL PROTECTED]> wrote: > > > Let's not forget that xmlHttpRequest is also not standard. > > I thought this was recently made standard. > Joel. > It has -- it just hasn't been finalized yet: http://www.w3.org/TR/XMLHttpRequest/ The Web API Working Group[1] is working on a bunch of other cool stuff too, like a selectors API[2] (image a jQuery-like selector engine that's native to the browser!) Also, for those that are interested, here's some benchmarks of W3C DOM methods vs innerHTML: http://www.quirksmode.org/dom/innerhtml.html [1] http://www.w3.org/2006/webapi/ [2] http://www.w3.org/TR/selectors-api/ -- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com
-- Aaron Heimlich Web Developer [EMAIL PROTECTED] http://aheimlich.freepgs.com
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
