-
Notifications
You must be signed in to change notification settings - Fork 141
jQuery UI 1.9 compatibility #273
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
Comments
See #115 for Position redesign. |
I'm using jquery-ui.selectmenu from your repo with jquery-1.9.1 and jquery-ui 1.10.0, it works, jquery-migrate show only one warning: "JQMIGRATE: jQuery.fn.attr('selected') may use property instead of attribute" for this code (line 275).
|
Thanks for reporting! Are you aware how to fix this? |
http://jquery.com/upgrade-guide/1.9/#attr-versus-prop- |
I was aware of the newer prop method but I do not exactly know the difference to attr method. This is a good explanation: http://stackoverflow.com/a/5876747/991681 Any other issues with jQuery 1.9 and later UI version? If you need a version working with the latest jQuery / UI you should test the jQuery UI Selectmenu branch (using jQuery 1.9 and jQuery UI 1.10.1pre): https://github.com/jquery/jquery-ui/tree/selectmenu See here for more info #140 |
Don't noticed any other issues. |
Notice to myself: check this finally! Update for 1.10 needed! |
Selectmenu is now considered jQuery 1.8.x / jQuery UI 1.9.x ready. |
Any experience so far?
UPDATE:
confusion in this thread: UI 1.9 does NOT come with jQuery 1.9.x but with 1.8.x
The text was updated successfully, but these errors were encountered: