Displaying 1 result from an estimated 1 matches for "f_ajax".
Did you mean:
_ajax
2008 Jan 16
0
GET Using encodeURIComponent
In my site I use the GET method in Ajax.Request. The problem is that I
make an encodeURIComponent in my personal JavaScript and call other
personal method called "f_ajax" that implement the Ajax.Request. Then
happens 2 encodeURIComponent with my params. Why the GET method make
the encode? Could have an option in Ajax.Request to disable the
encodeURIComponent in prototype (toQueryPair and toQueryString, today
I remove encodeURIComponent in both methods). Can I...