[jQuery] Re: JQuery and XHTML in Firefox

2009-07-30 Thread ScottSEA
And then, the thread just died. What happened? On Jul 28, 12:18 pm, ScottSEA wrote: > Sure.  I have a thorough explanation, with sample xml, xsl, and js > files on Stack Overflow : > > http://stackoverflow.com/questions/1190763/firefox-not-running-jquery... > > On Jul 28, 12:10 pm, Eric Garside

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread ScottSEA
Sure. I have a thorough explanation, with sample xml, xsl, and js files on Stack Overflow : http://stackoverflow.com/questions/1190763/firefox-not-running-jquery-for-xhtml-output On Jul 28, 12:10 pm, Eric Garside wrote: > Can you give a sample of the output? How different is the result of > th

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread Eric Garside
Can you give a sample of the output? How different is the result of the transform from valid xhtml? On Jul 28, 2:55 pm, ScottSEA wrote: > On Jul 28, 9:55 am, ScottSEA wrote: > > > Until recently, I was humming along happily with my jQuery and HTML... > > life was good.  Sadly, the Powers That B

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread ScottSEA
On Jul 28, 9:55 am, ScottSEA 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

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread Nick Fitzsimons
2009/7/28 ScottSEA : > > 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.

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-28 Thread Eric Garside
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 wrote: > Until recently, I was humming along happily with my jQuery and HTML... > life was good.  Sadly, the Power