Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

jQuery 2.x compatibility issue #30

Open
sserdyuk opened this issue Jan 10, 2014 · 0 comments
Open

jQuery 2.x compatibility issue #30

sserdyuk opened this issue Jan 10, 2014 · 0 comments

Comments

@sserdyuk
Copy link

First of all, thank you for making this available. We are just starting to use it and it looks very promising.

I have attempted to migrate to jQuery 2.x and discovered that the xhr feature is not compatible with the new version. I have attempted to fix it but gave up.

First, it throws an error because feature's proxy is limited to 3 call parameters and jQuery sends 5, but that was easy to fix by adding more "if" statements in that block. Once I fixed that though, the proxy stopped erroring but didn't start to work. The effect was that .done and .fail callbacks never fired after the request completed.

Hope this helps.

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

No branches or pull requests

1 participant