[jQuery] Re: Strange jQuery behavior in IE (67)

2008-04-20 Thread Dmitry Bykadorov
. On Apr 18, 5:25 am, Dmitry Bykadorov [EMAIL PROTECTED] wrote: Here is my code: $.search = function() {     $.ajax({         url: /search/engine,         dataType: html,         type: POST,         timeout: 1,         cache: false,         data

[jQuery] Re: IE XML Parsing problem - newb

2008-04-19 Thread Dmitry Bykadorov
oops. In my case it returns parsererror :( On Apr 18, 11:14 pm, nmadg [EMAIL PROTECTED] wrote: It didn't return anything. On Apr 18, 12:27 am, Dmitry Bykadorov [EMAIL PROTECTED] wrote: I have some problem in IE (http://groups.google.com/group/jquery-en/ browse_thread/thread

[jQuery] Re: Strange jQuery behavior in IE (67)

2008-04-18 Thread Dmitry Bykadorov
=\searchError\Search Error/ div); } }); } On Apr 18, 12:48 am, Dmitry Bykadorov [EMAIL PROTECTED] wrote: Hello all! I have some funny things with jquery. In developing my first application was confronted with such a problem: $.ajax () incorrectly works in IE6 and IE7. Example 1

[jQuery] Re: IE XML Parsing problem - newb

2008-04-18 Thread Dmitry Bykadorov
I have some problem in IE (http://groups.google.com/group/jquery-en/ browse_thread/thread/dad0aabfe9361fb6?hl=en) Can you add error handler in your request? Something like this: error: function(XMLHttpRequest, textStatus, errorThrown){ alert(textStatus); } On Apr 17, 11:56 pm, nmadg [EMAIL

[jQuery] Strange jQuery behavior in IE (67)

2008-04-17 Thread Dmitry Bykadorov
Hello all! I have some funny things with jquery. In developing my first application was confronted with such a problem: $.ajax () incorrectly works in IE6 and IE7. Example 1. jquery.autocomplete plugin. FF, Opera, Safari - all is well. In IE request sent to the server returns the data (text /