> It has been mentioned that .html() does not use innerHTML
> for insertion into the DOM.

Any of the jQuery functions that take a html string go through innerHTML to
convert it to DOM nodes. That includes .html() but also methods like
.append() when they are passed strings (as opposed to DOM nodes). If you
want to avoid innerHTML just use one of the DOM plugins.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to