jquery-ui-extensions
jquery-ui-extensions copied to clipboard
Customizations and enhancements to the jQuery UI library
The timepicker returns a PM value when set to 12:00 AM using moment and 12-hour representation. Please see screen grab from demo website. 
If you have selected an item then clicking on the down arrow key will only show that item, clicking on the button will show the entire list of choices.
new option for selecting only items which begins with with the input example valuelist = AB, BA CDE, ACD input: A => autosearch find: AB, ACD input: AB => autosearch...
I need to disable the plug,but set the property is invalid. how to disable the it?
when I get value by format("HH:mm"),the expect result should be 01:01,but it is 1:1,how can I get the value like 01:01?
jquery.ui.autocomplete allows customization of the positioning of the suggestions menu (see http://api.jqueryui.com/autocomplete/#option-position ), but there's no way to pass this parameter though combobox. This commit enables this by letting you...
hi been playing with your slider/spinner demos: http://bseth99.github.io/jquery-ui-extensions/tests/visual/slidespinner/base.html Noticed uncaught type errors: "Uncaught TypeError: Cannot read property 'type' of undefined" in the console whenever the textbox loses focus. Can you...
Added 'allowCustomValue' option so free text can be entered if no existing Select Options exist. Fixed syntax in 'input.autocomplete'; missing ',' and '}' Added 'title' function to expose 'uiInput' title...
If applying labeledslider to a div, which is not yet inserted in DOM, value of width (or height for vertical slider) for wrapping div set to 0, causing wrong labeledslider...