Hi. When an jQuery.ajax({}) request completes, the success handler fires and
i am returned the ajax jquery object.
But the 'data' member is always url-encoded, the individual members of
'data' are no longer accessible without manual de-url-coding.

Is this intentional? I need my hands back on all those 'data' variables,
individually, after a request completes.
I suppose i can hack something but i'd rather stay on standard source.

Reply via email to