Mike Alsup ha scritto:
>> Is it possible to preprocess the params without changing the API?
> 
> Renato,
> 
> The 'before' handler is passed an array containing the args to be
> submitted.  You can manipulate this array any way you see fit.  When
> the 'before' handler returns the array is converted to query/post data
> using jQuery.param().
> 
Thanks Mike,
I was simply assigning a new object to the params variable and it was 
not working. Using $.extend(old_params,new_params) solved my problem.

Renato

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to