-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Demos: 1.14 needs $.uiBackCompat = true;
to use transfer
Effect
#2278
Comments
Thanks for the report. See https://api.jqueryui.com/transfer-effect/:
Trac bug #14749 has more details:
We should just remove the effect from the demo, I think: jquery-ui/demos/effect/default.html Line 78 in 54f96ee
And perhaps also its visual test: jquery-ui/tests/visual/effects/effects.js Lines 86 to 92 in 54f96ee
|
Thanks you i have updated to use |
The transfer effect is deprecated and not present unless `$.uiBackCompat` is set to `true`. In previous UI versions, the default was including the backwards compat layer so these demos & tests worked; now they do not by default. Just remove them. Fixes jquerygh-2278
PR: #2291 |
$.uiBackCompat = true;
to use transfer
Effect$.uiBackCompat = true;
to use transfer
Effect
To use the Transfer effect you have to have
$.uiBackCompat = true;
and not sure why.You can see the error on the showcase: https://jqueryui.com/effect/
Pick Transfer and run.
The text was updated successfully, but these errors were encountered: