[jQuery] Re: Ajax - Access data arguments in callback

2009-09-18 Thread Flamer
tting the data I sent with the request? On 17 sep, 15:28, Nick Fitzsimons wrote: > 2009/9/17 Flamer : > > > > > > > Hello, > > > Is it possible to access the data arguments that are sent with the > > ajax function? > > > Example: > > $(

[jQuery] Ajax - Access data arguments in callback

2009-09-17 Thread Flamer
Hello, Is it possible to access the data arguments that are sent with the ajax function? Example: $('#mycheckbox').click( function() { $.get( '/ajax.php', { nr: this.id }, function( data, textStatus ) { // Here I want to access the arguments I just sent with ajax.php