Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending an AJAX request with nested data #75

Open
bjesus opened this issue Aug 8, 2013 · 0 comments
Open

Sending an AJAX request with nested data #75

bjesus opened this issue Aug 8, 2013 · 0 comments

Comments

@bjesus
Copy link

bjesus commented Aug 8, 2013

Hey,
I'm trying to send a request with a key named object[attribute], but seems like QuoJS always escapes the [ ] and the request fails.

In jQuery I set data like so
data: {'object[attribute]': true}

and it works, but the request isn't the same when using QuoJS hence doesn't work with my (rails) webserver.

Is there anyway to do this, or is this just not possible?
I don't think it matters, but the request is a PATCH one.

Thanks for the great library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant