I've just solved it. There is a cross domain protection on jquery versions since 1.5. To make these kind of requests between domains you have to disable it setting on Ajax request the crossDomain=false.
And that is it. Ivo Marcelo Leonardi Zaniolo +55 71 9302 3400 [email protected] www.informatizzare.com.br imarcelolz.blogspot.com.br Em 07/08/2012 18:18, "Mr. Gerardo Gonzalez Cruz" <[email protected]> escreveu: > What problem is it? > > On Tue, Aug 7, 2012 at 1:09 PM, Ivo Marcelo Leonardi Zaniolo < > [email protected]> wrote: > >> Hello, >> >> Have someone tried to make Ajax requests using jquery 1.7? >> On the older versions of jquery everything works fine. >> >> Does somebody have a tip about it? >> >> Tanks >> Ivo Marcelo Leonardi Zaniolo >> +55 71 9302 3400 >> [email protected] >> www.informatizzare.com.br >> imarcelolz.blogspot.com.br >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> > > > > -- > > > Best regards / Saludos Cordiales > Gerardo González Cruz > > Cell Phone: 2721188508 > Blog: http://gerardogc2378.blogspot.com/ http://ggcsblog.blogspot.com/ > Web Page: http://ggcspace.heroku.com/ > Skype: gerardo.enlaceit > oDesk: gerardogc2378 > [email protected] > @gerardogc2378 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

