[jQuery] Re: Suggest to jQuery Ajax

2007-12-28 Thread Leandro Vieira Pinho
Hi John, Thanks for the answer. I´ll poste the two code, I´m using. First code == ... var IM_COURSE = {}; ... IM_COURSE.createMenu = function() { $.ajax({ type: 'GET', url: '../assets/menu.xml', dataType: ( $.browse

[jQuery] Re: Suggest to jQuery Ajax

2007-12-27 Thread John Resig
We've already fixed this in jQuery - in fact we've been doing this for quite some time now (using ActiveX instead of the preferred XMLHttpRequest). I assume your problem must lie elsewhere. --John On Dec 27, 2007 7:44 AM, Leandro Vieira Pinho <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > Some mont