[jQuery] Re: Beginner needs help with jquery and ajax

2009-08-19 Thread Giovanni Battista Lenoci
Julien Martin ha scritto: Hello, I basically want to catch any ajax request sent by my app and display an alert. I have tried this to no avail: *jQuery("*").ajaxSend(function(event,request, settings){ alert('called'); });* Try : $.ajaxSetup({'success': function() { alert('ajaxcall succ

[jQuery] Re: Beginner needs help with jquery and ajax

2009-08-19 Thread Julien Martin
thanks Giovanni i'll try that. 2009/8/19 Giovanni Battista Lenoci > > Julien Martin ha scritto: > >> Hello, >> >> I basically want to catch any ajax request sent by my app and display an >> alert. >> >> I have tried this to no avail: >> >> *jQuery("*").ajaxSend(function(event,request, settings){