Opened 14 years ago
Closed 14 years ago
#3567 closed bug (invalid)
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
Change History (1)
comment:1 Changed 14 years ago by
Cc: | wilmont flesler added |
---|---|
Component: | unfilled → ajax |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.