Changes between Initial Version and Version 1 of Ticket #7402, comment 4
- Timestamp:
- Dec 11, 2010, 8:02:02 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7402, comment 4
initial v1 3 3 Hi, 4 4 5 I am sorry that I haven't noticed that my code did not get attached with this ticket. Actually I tried to get a xml file using ajax method in jquery. It worked fine and in IE it showed "TEXTSTATUS=PARSERERROR AND TYPEERROR: OBJECT REQUIRED". So i posted this to get some help. May be posted in a wrong place (should be some where else, since I am new here I was not aware. Please let me know where I have to post this kind of help request). Anyway I solved this problem by giving this conditional statement5 I am sorry that I haven't noticed that my code did not get attached with this ticket. Actually I tried to get a xml file using ajax method in jquery. It worked fine in firefox and in IE it showed "TEXTSTATUS=PARSERERROR AND TYPEERROR: OBJECT REQUIRED". So i posted this to get some help. May be posted in a wrong place (should be some where else, since I am new here I was not aware. Please let me know where I have to post this kind of help request). Anyway I solved this problem by giving this conditional statement 6 6 for data type, "dataType :($.browser.msie) ? "text" : "xml", ". This solved the problem and now it is working in all the browsers. May be I am poor in English, but like jquery much and need your support for ever. 7 7