aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Class animation demos: Don't chain id and class selectors together in CSS ↵Scott González2010-07-164-5/+5
| | | | since IE6 doesn't understand chained rules.
* Add support for multiple events, along with hoverintent demo. Fixes #3614 - ↵jzaefferer2010-07-142-0/+134
| | | | Accordion: support multiple events being set at the same time
* Dialog: Fixed reference to bgiframe.Scott González2010-07-081-1/+1
|
* Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵jzaefferer2010-06-232-0/+14
| | | | Autocomplete: multiple demos need extra IE handling for cursor position
* Dialog demo: Remove reference to obsolete overlay option.Scott González2010-06-141-1/+1
|
* Updated Show/Hide/Toggle demos since they don't support the Transfer effect. ↵Ralph Whitbeck2010-04-303-14/+3
| | | | Transfer was removed.
* Autocomplete: Changed cache demo to cache all results.Scott González2010-04-231-25/+8
| | | | Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.
* Autocomplete: Added demo for accent folding.Scott González2010-04-211-0/+64
| | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding.
* Autocomplete: Added custom rendering for custom data demo.Scott González2010-04-211-1/+7
|
* Autocomplete: Fixed href to multiple-remote dmeo in indexjzaefferer2010-04-161-1/+1
|
* Autocomplete: Refactored code for array filtering into ↵jzaefferer2010-04-164-18/+87
| | | | $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data
* Autocomplete: code improvements for multiple demojzaefferer2010-04-151-4/+4
|
* Autocomplete: multiple demo addedjzaefferer2010-04-152-0/+76
|
* Draggable demo: visual feedback - use draggable option stack selector. Fixed ↵Richard D. Worth2010-04-141-1/+1
| | | | #5513 - Draggable/Stackable Demo broken and docs need to be updated
* Effects demos: cleanupjzaefferer2010-04-121-1/+1
|
* Autocomplete: Combobox demo update, fixed mustMatch with corrected change ↵jzaefferer2010-04-081-7/+12
| | | | event, also added button for toggling the hidden select and an empty-value option. Fixes #5453
* Button: some demo code formattingunknown2010-04-061-13/+15
|
* Autocomplete: Change demo title in index.file to fit it in one lineunknown2010-04-061-1/+1
|
* Added link to categories-demo to autocomplete demos index. Still need to ↵Jörn Zaefferer2010-04-051-0/+1
| | | | move the menu-overrides from that demo back to menu (is there a ticket?).
* Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-015-205/+0
| | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master.
* Merge branch 'tooltip' of github.com:jquery/jquery-uijzaefferer2010-04-015-0/+205
|\
| * Tooltip: Two more demos showing mousetracking with open/close events and ↵unknown2010-03-312-0/+134
| | | | | | | | using open/close methods to programmatically show/hide tooltips
| * Merge branch 'master' into tooltipjzaefferer2010-03-262-2/+1
| |\
| * | Tooltip: Fixing up demojzaefferer2010-03-251-2/+2
| | |
| * | Copying files from old Googlecode dev branch for tooltipjzaefferer2010-03-213-0/+71
| | |
* | | Tabs: Adding demo using cookie option for persistenceunknown2010-03-302-0/+58
| | |
* | | Shopping-Cart demo: Add new demo to droppable demo indexunknown2010-03-301-0/+1
| | |
* | | Shopping-Cart demo: Fix demo titleunknown2010-03-301-1/+1
| | |
* | | Shopping-Cart demo: Fix the eager activeClass on sortingunknown2010-03-301-1/+6
| | |
* | | Shopping-Cart demo: fix typosunknown2010-03-301-2/+2
| | |
* | | Adding shopping cart demo for integration of accordion, draggable, droppable ↵unknown2010-03-301-0/+96
| |/ |/| | | | | and sortable
* | Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes ↵jzaefferer2010-03-261-1/+1
| | | | | | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo
* | Autocomplete demo: Removed todo (already captured in trac).Scott González2010-03-241-1/+0
|/
* Combobox demo: Improved styling and added a title to the button, to avoid ↵jzaefferer2010-03-201-8/+5
| | | | having   in the tooltip
* Autocomplete: Combobox demo - don't use position plugin to place the button ↵Scott González2010-03-201-6/+5
| | | | | next to the text field. Fixes #5338 - autocomplete combobox look weird in opera 10.50.
* Menu: skip over elements that aren't menu items.Scott González2010-03-201-23/+0
| | | Fixes #5188 - Refactor menu rendering for more customizing.
* demos index: put effects in a more logical orderRichard Worth2010-03-181-2/+2
|
* demos index: put effects in a more logical orderRichard Worth2010-03-181-3/+3
|
* button default demo: moved prevent navigation to # when clicking on anchor ↵Richard Worth2010-03-181-2/+4
| | | | button to head
* demos: html validationRichard Worth2010-03-181-4/+4
|
* eol-style and mime-typeRichard Worth2010-03-172-163/+163
|
* position demo - fixed html validation issue. Hopefully will fix #5358 - ↵Richard Worth2010-03-171-86/+84
| | | | Position Demo is borked
* autocomplete: combobox demo: tweaked padding to be more consistent across ↵Richard Worth2010-03-151-1/+2
| | | | browsers
* autocomplete demo: corrected spelling of perlRichard Worth2010-03-151-1/+1
|
* button demo: minor updateRichard Worth2010-03-151-2/+2
|
* Button demo: added descriptionRichard Worth2010-03-151-1/+3
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-12140-302/+442
|
* button default demo: prevent navigation to # when clicking on anchor buttonRichard Worth2010-03-101-1/+1
|
* Datepicker: Tamil localisationKeith Wood2010-03-022-0/+3
|
* Button demo: Fixed duplicate id.Scott González2010-03-021-2/+2
|