Side navigation
#3567 closed bug (invalid)
Opened November 02, 2008 07:24PM UTC
Closed November 06, 2008 09:55PM UTC
About IE 6.0
Reported by: | wilmont | Owned by: | flesler |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | ajax | Version: | 1.2.6 |
Keywords: | Cc: | wilmont, flesler | |
Blocked by: | Blocking: |
Description
Dear Jquery programmers,
I've had a big problem only with IE 6.0. I created a simple e-commerce using jquery. One of the parts of this simple program is to send xml throught jquery using AJAX and put its content into a div.
All browsers could show the correct result, however IE 6.0 doesn't work very well and the content of the file xml put into div got an extrange behavior. The content hides and show alone, by itself.
You can see it visiting the site, but the site is unfinished.
Follow the url: http://www.revenda.net84.net
Sincerily
Wilter Monteiro
Attachments (0)
Change History (1)
Changed November 06, 2008 09:55PM UTC by comment:1
cc: | → wilmont, flesler |
---|---|
component: | unfilled → ajax |
resolution: | → invalid |
status: | new → closed |
You cannot simply put xml into an html document.
Some browsers might work around this but it's not something that should work.
You need to send it as html instead.