We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it on purpose, that the condition for using the YQL-method contains a check for the request type being explicitly GET?
As in jQuery the request type is GET by default, maybe the check could be changed to be positive, if o.type is either undefined or matches /get/i.
o.type
/get/i
Thanks for the plugin!
The text was updated successfully, but these errors were encountered:
I wrote a test case and fix in my fork: http://github.com/knuton/jQuery-Plugins/commit/62b9dbd1bf5b1165f593553d90e37796ecfbbfad
Sorry, something went wrong.
No branches or pull requests
Is it on purpose, that the condition for using the YQL-method contains a check for the request type being explicitly GET?
As in jQuery the request type is GET by default, maybe the check could be changed to be positive, if
o.type
is either undefined or matches/get/i
.Thanks for the plugin!
The text was updated successfully, but these errors were encountered: