Doing tabs with ajax requests. The issue is that the formatting gets
all screwed up in IE6 when its inserted into the DOM. This seems to
happen with $.load, $.get, and even $.ajax and setting with getDocbyId
and innerHTML = tabContent. The content is returned properly, but
after the insert I get uppercase tags and other artifacts. Things such
as <LI class="" jQuery12063582151="47"> and the whitespace is all
screwed up... This causes the page to fall apart. (we have to use
XHTML strict). Any help/workaround would be appreciated...

Reply via email to