On Apr 30, 6:08 pm, postream <valentino.alu...@gmail.com> wrote:
> looking at thecluetipcode, this cant' be the problem
> this are lines 228 and 299 of the lastest version:
>
> var ajaxMergedSettings = $.extend(true, {}, opts.ajaxSettings,
> ajaxSettings);
>
> $.ajax(ajaxMergedSettings);
>
> the dataType is stored in opts.ajaxSettings
> so, every time an ajax call is performed, the dataType is set to the
> original one
>
> maybe Karl is right and you are using an old version...
Karl is right. I use 0.9.8 with jquery 1.2.
I'll try the newer version. The merge thingy really seems to fix this
problem.
Thanks.