Ha, there it is. Yes, I never use the 'application/xhtml+xml' mime, because of this and other incompatibilities. Is there anything you can do with it that you can't with text/html?
- ricardo On Nov 29, 2:37 am, Rodent of Unusual Size <[EMAIL PROTECTED]> wrote: > On Nov 25, 11:24 am, ricardobeat <[EMAIL PROTECTED]> wrote: > > > Your code, exactly as it is, works perfectly for me. I didn't include > > the tablesorter plugin in my test. > > Removing the tablesorter artifact (left over when I trimmed to a > minimum test case) had no effect. > > Changing the document's IMT from 'application/xhtml+xml;charset=UTF-8' > to 'text/html' allowed it to work. Changing the content type of my > documents isn't an option. > > Can you verify that yours works with the XHTML content type? Or not? > > If not, this sounds like a bug, and I suspect it's either in jQuery > itself or in how jeditable is calling jQuery. (I'm probably wrong, > but that's how it feels.) If it *is* a bug (and not a 'not yet > supported feature') where should I log it? > > Thanks!