Disallowed Key Characters |
[eluser]CroNiX[/eluser]
Scriptaculous? Didn't know that was even still around, which is probably why no one is helping you specifically with it since it's not very common. Personally, I'd avoid it, as it doesn't even seem to be updated in the last FOUR years (https://github.com/madrobby/scriptaculous) I see no docs for "Ajax.Updater" on the scriptaculous site http://madrobby.github.io/scriptaculous/ so can't really help there. Do you have a link to the docs for that? What is the value (output) of params after you create it? Is it valid json? Is it a parameterized query string? What does the scriptaculous script expect? It looks like you are using both ways (since you are using = along with : ), which can't be right. log params to the js console and show the output. You are also missing a semicolon after the params declaration. |
Messages In This Thread |
Disallowed Key Characters - by El Forum - 07-09-2014, 11:29 PM
Disallowed Key Characters - by El Forum - 07-10-2014, 02:40 AM
Disallowed Key Characters - by El Forum - 07-10-2014, 08:09 AM
Disallowed Key Characters - by El Forum - 07-10-2014, 11:08 AM
Disallowed Key Characters - by El Forum - 07-10-2014, 11:27 AM
Disallowed Key Characters - by El Forum - 07-10-2014, 12:02 PM
Disallowed Key Characters - by El Forum - 07-10-2014, 10:55 PM
|