jQueryUI API
jQueryUI API
Is it just me or does jQueryUI's API seem generally strange to anyone else? For example, in order to close a dialog I can't call a .close() method; instead I have to call .dialog("close") instead? Also, I can't hide the close button from the API, I have to hide it with a CSS style? But enough picking on Dialog, the Selectable widget/interaction also seems missing basic features like the ability to only allow one selected item at a time. There is a forum post about this issue but it appears like the dev(s) aren't interested in listening to users' feedback. Such a shame since jQuery itself is so awesome that it makes jQuery UI seems poorly developed in comparison.