aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: added braces to if clauses, coding guidelinesFelix Nagel2011-10-121-11/+26
|
* Selectmenu: changed this.ids to associative arrayFelix Nagel2011-10-121-6/+6
|
* Selectmenu: improved event handling, fixed tabindex when disabledFelix Nagel2011-10-121-3/+2
|
* Selectmenu: changed to _delayFelix Nagel2011-10-121-2/+2
|
* Selectmenu: renamed vars and methodsFelix Nagel2011-10-121-53/+53
|
* Selectmenu: fixed disabled state tabindexFelix Nagel2011-10-121-1/+1
|
* Selectmenu: removed unneeded that, use this insteadFelix Nagel2011-10-121-87/+75
|
* Selectmenu: added custom_render.html demo to index.htmlFelix Nagel2011-10-101-0/+1
|
* Selectmenu: improved event handling, fixed anchor problem when clicking menu ↵Felix Nagel2011-10-101-7/+4
| | | | item
* Selectmenu: added test for methodsFelix Nagel2011-10-101-0/+62
|
* Selectmenu: fixed destroy method, show original select again, thx to @jzaeffererFelix Nagel2011-10-101-3/+3
|
* Selectmenu: fixed disabled.html demoFelix Nagel2011-10-091-3/+3
|
* Selectmenu: added custom_render.html demo, removed widgetBaseClassFelix Nagel2011-10-095-5/+125
|
* Selectmenu: fixed click scrollbar issue (follow up), improved document event ↵Felix Nagel2011-10-091-37/+29
| | | | handling
* Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-10-0915-50/+141
|\
| * Tooltip demo: Use position option in tracking demo.Scott González2011-10-081-6/+8
| |
| * Popup: Added tooltip style demo and link to demos indexkborchers2011-10-062-0/+67
| |
| * Menubar: moved mouseleave _bind call into existing _bind block, added the ↵Marian Rudzynski2011-10-011-11/+12
| | | | | | | | mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all
| * Merge pull request #484 from david/masterScott González2011-10-011-1/+1
| |\ | | | | | | Fix for autocomplete on contenteditable divs.
| | * Autocomplete: Fix stray reference to element.val().David Leal2011-10-011-1/+1
| |/
| * Accordion: Fixed nested accordions.Scott González2011-09-301-5/+5
| |
| * Effects: fixing an animateClass issue when the class was emptyCorey Frang2011-09-291-1/+1
| |
| * Effect core: Making animate class cross-frame safe, style guidenceCorey Frang2011-09-291-3/+3
| |
| * Menubar: Fixed an issue with autoExpand binding that caused the menu to ↵kborchers2011-09-291-16/+9
| | | | | | | | close on fast mouseenter by changing to _bind on the parent menubar item
| * Spinner: Added culture option.Scott González2011-09-284-2/+31
| |
| * Effects tests: Ignore leading/trailing whitespace when comparing style ↵Scott González2011-09-281-2/+2
| | | | | | | | properties.
| * Tooltip: Fixed defaults in tests.Scott González2011-09-281-1/+1
| |
| * Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵Scott González2011-09-271-1/+1
| | | | | | | | can flow out of wrapper div.
| * Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵Richard D. Worth2011-09-271-10/+9
| | | | | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended
* | Selectmenu: fixed event for hovering, click scrollbar issueFelix Nagel2011-10-091-3/+2
| |
* | Selectmenu: fixed unwanted focus eventsFelix Nagel2011-10-061-10/+6
| |
* | Selectmenu: code cleanupFelix Nagel2011-10-062-3/+1
| |
* | Selectmenu: fixed positioning (change to inline element follow-up)Felix Nagel2011-10-061-1/+1
| |
* | 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
| |