-
Notifications
You must be signed in to change notification settings - Fork 141
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
Announcement: Selectmenu is now part of jQuery UI #342
Comments
I'm sorry, but was the option formatting stripped from the jQ UI version? I cant seem to figure out how to do the address format that was simple with your original plugin. |
Yes, that option was removed but custom styling is easy possible using extension points, see http://jqueryui.com/selectmenu/#custom_render |
Thanks! I saw that. But I cant seem to figure out how to get your addressformatting regex function to fire via the widget/_renderMenu. I'm basically trying to duplicate the "format: addressFormatting" functionality with the jQ version. I'm a backend'r, but I'll figure it out eventually.... |
Hi WebDevTX, it's easy to implement. Something like this:
|
Nice, glad you made it! Thanks for posting it here so anyone can profit! |
Thanks izaa! I spent many hours trying to figure that out but just gave up and went back to the older Selectmenu. Your code works great. To keeps things really interesting, you have any idea if/how the question below could be implemented with your code? Truly appreciate your help! |
Were the style, menuwidth and format options also dropped? If so, how do I port my old code over to the new jquery ui to work the same as it used to?
|
Selectmenu is an official jQuery UI widget since version 1.11.0, see http://blog.jqueryui.com/2014/06/jquery-ui-1-11-0/
Reference #140
The text was updated successfully, but these errors were encountered: