What doctype / mimetype are you specifying. If you're doing xhtml+xml, I'm pretty sure if you remove the "+xml" portion, things will play nicely again.
On Jul 28, 12:55 pm, ScottSEA <william.scott.ba...@gmail.com> wrote: > Until recently, I was humming along happily with my jQuery and HTML... > life was good. Sadly, the Powers That Be have ordained that Thou > Shalt Useth XHTML - so let it be done. > > I've undergone the process to convert to XHTML - all is valid and all > is well... but no. Firefox treats XHTML as XML. jQuery is designed > for HTML - when appending / prepending / removing it uses the innerHTML > () function, which of course doesn't work for XML/XHTML. > > Lest you despair, there is indeed a question in here. Does anyone > have a recommendation for using XHTML and jQuery? I'm not overly > excited about writing my own plugin, so if someone has already done > the heavy lifting, could you point me in the right direction?