aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: removed outdated commentFelix Nagel2011-10-061-1/+0
|
* Selectmenu: fixed CSS class for button wrapperFelix Nagel2011-10-051-1/+1
|
* Selectmenu: changed button to inline elementFelix Nagel2011-10-055-1/+5
|
* Selectmenu: fixed ENTER event on closed button, fixed demo events.htmlFelix Nagel2011-10-052-5/+7
|
* Selectmenu: adjusted default demo descriptionFelix Nagel2011-10-031-1/+1
|
* Selectmenu: removed option wrapperElementFelix Nagel2011-09-303-12/+17
|
* Selectmenu: removed old click event (follow up)Felix Nagel2011-09-301-4/+0
|
* Selectmenu: change to _bind (follow up), improved anchor handlingFelix Nagel2011-09-301-5/+11
|
* Selectmenu: improved events.html demoFelix Nagel2011-09-301-3/+3
|
* Selectmenu: changed to _bind, _create refactoring, removed source option, ↵Felix Nagel2011-09-301-121/+143
| | | | replaced 'return false' with 'event.preventDefault'
* Selectmenu: fixed disabled status of the widget (keyboard control)Felix Nagel2011-09-292-7/+13
|
* Selectmenu: replaced self with thatFelix Nagel2011-09-281-83/+83
|
* Selectmenu: removed iconWidthFelix Nagel2011-09-281-4/+8
|
* Selectmenu: changed from return false to event.preventDefault()Felix Nagel2011-09-281-8/+6
|
* Selectmenu: improved width handling and visual styleFelix Nagel2011-09-282-4/+5
|
* Selectmenu: added zIndex for positioned elementFelix Nagel2011-09-271-5/+7
|
* Selectmenu: improved value option, added demo fileFelix Nagel2011-09-273-17/+81
|
* Selectmenu: improved events and added test file with callbacksFelix Nagel2011-09-273-15/+91
|
* Selectmenu: improved disable method, added and improved demo filesFelix Nagel2011-09-273-15/+156
|
* Selectmenu: implemented change callback eventFelix Nagel2011-09-271-7/+14
|
* Selectmenu: fixed method _setSelected called twiceFelix Nagel2011-09-271-3/+2
|
* Selectmenu: “eats” too many key strokes when focusedFelix Nagel2011-09-271-2/+1
|
* Selectmenu: improve positioning and keyboard controlFelix Nagel2011-09-263-49/+61
|
* Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-09-2432-463/+883
|\
| * Autocomplete: Delay option just delays request, doesn't clear existing ↵Jörn Zaefferer2011-09-241-1/+2
| | | | | | | | timeout, therefore not preventing unncessary requests. Calling abort() on existing requests has no effect for JSONP, but even then its unncessary to start a request if the user is still typing. Works fine in 1-8-stable.
| * Spinner: Fix the IE6-height-fix to not break the spinner when initialized ↵Jörn Zaefferer2011-09-241-1/+1
| | | | | | | | while not visible
| * Menu: Refactoring the collapseAll to deal with some issues selecting - ↵Corey Frang2011-09-223-24/+32
| | | | | | | | Updating unit tests. Thanks @kborchers
| * Popup: Make menu dependency actually optional, cleanup demosJörn Zaefferer2011-09-213-27/+4
| |
| * Popup: Use duration:fast for default animations. Also fix two missing ↵Jörn Zaefferer2011-09-211-5/+11
| | | | | | | | semicolons.
| * Popup: Added show/hide animations and a demokborchers2011-09-213-8/+112
| |
| * Merge remote branch 'kborchers/menu_notJustUL'Jörn Zaefferer2011-09-196-15/+210
| |\
| | * Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-146-15/+210
| | |
| * | Position: Check to also make sure to only flip if more of the element is ↵kborchers2011-09-161-2/+2
| | | | | | | | | | | | inside "within"
| * | Position demo: Updated sizes of elements.Scott González2011-09-161-4/+11
| | |
| * | Merge remote branch 'kborchers/bug_7686'Scott González2011-09-161-15/+14
| |\ \
| | * | Datepicker: Added additional check to checkExternalClick to work when ↵kborchers2011-09-121-15/+14
| | | | | | | | | | | | | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar
| * | | Updating the master version to 1.9pre.Scott González2011-09-141-1/+1
| | | |
| * | | Tagging the 1.9m6 release.1.9m6Scott González2011-09-141-1/+1
| | | |
| * | | Spinner: Fixed map demo.Scott González2011-09-141-4/+5
| | | |
| * | | Spinner: Work around a bug in IE 6 with the height of the buttons.Scott González2011-09-141-1/+7
| | | |
| * | | Spinner: Added missing dependency to header comment.Scott González2011-09-141-0/+1
| | | |
| * | | Spinner: Fix step mismatches whenever stepping, paging or using the value ↵Scott González2011-09-144-39/+58
| | |/ | |/| | | | | | | | | | | | | setter. Thanks Nate Ferrero
| * | Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - ↵Richard D. Worth2011-09-131-1/+1
| | | | | | | | | | | | Hungarian translation
| * | Datepicker i18n hu: Corrected some spellings and abbreviations as well as ↵Richard D. Worth2011-09-131-6/+6
| | | | | | | | | | | | dateFormat. Fixes #7714 - Hungarian translation
| * | Spinner: Replace var that with this and _delayJörn Zaefferer2011-09-131-3/+2
| | |
| * | Popup: Replace var that with this and _delayJörn Zaefferer2011-09-131-6/+4
| | |
| * | Menu: Refactor to get rid of var that. Cleanup some odd formattings and ↵Jörn Zaefferer2011-09-132-27/+25
| | | | | | | | | | | | unneeded temp vars
| * | Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-122-16/+48
| |\ \
| | * | Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-122-16/+48
| | | |
| * | | Menu: Get rid of `var self`, replacing with `that` or calls to _delayJörn Zaefferer2011-09-121-47/+41
| | | |