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:
> > $(
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
2 matches
Mail list logo