summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
| * Datepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add ↵Scott González2010-09-242-0/+3
| | | | | | | | Portuguese localization.
| * Datepicker: Added galician localization. Fixes #6079 - Datepicker: Add ↵Jorge Barreiro2010-09-202-0/+3
| | | | | | | | Galician localization.
| * Dialog demo: syntax error, errant single quote from last style guide update. ↵Richard D. Worth2010-09-191-1/+1
| | | | | | | | Fixed #6074 - Dialog: demo of modal form broken
| * Progressbar demos: Coding standards.Scott González2010-09-104-46/+42
| |
| * Position demos: Coding standards.Scott González2010-09-103-99/+90
| |
| * Effects .hide() demos: Coding standards.Scott González2010-09-102-49/+49
| |
| * Droppable demos: Coding standards.Scott González2010-09-108-294/+330
| |
| * Draggable demos: Coding standards.Scott González2010-09-1012-221/+219
| |
| * Dialog demos: Coding standards.Scott González2010-09-107-168/+157
| |
| * Datepicker demos: Coding standards.Scott González2010-09-1015-230/+247
| |
| * Button demos: Coding standards.Scott González2010-09-097-186/+150
| |
| * Demos: Cleanup.Scott González2010-09-0921-33/+33
| |
| * Autocomplete demos: Coding standards.Scott González2010-09-0913-297/+350
| |
| * Effects demos (partial): Coding standards.Scott González2010-09-097-141/+152
| |
| * Accordion demos: Coding standards.Scott González2010-09-099-146/+136
| |
| * Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
| |
| * Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
| |
| * Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan ↵Scott González2010-08-112-0/+3
| | | | | | | | localization for ui.datepicker.
* | added: disable and ajax demoFelix Nagel2010-09-303-0/+185
| |
* | fixed: problem with ID attr to ensure usage of a unique ID., thx to ↵Felix Nagel2010-09-061-0/+20
| | | | | | | | fhemberger, see http://github.com/fhemberger/jquery-ui/commit/d93d0a2e535144cbfa6d0098da2f28c51528dbd4
* | removed: follow up to: ↵Felix Nagel2010-08-281-2/+2
| | | | | | | | http://github.com/fnagel/jquery-ui/commit/cde0d9042c95508d04cfa6d96d8e426657e23523 unnecessary _refreshPosition with timeout
* | init: fork of latest jQuery UI with selectmenu from ↵Felix Nagel2010-08-076-0/+220
|/ | | | | | | http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub
* Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - ↵Scott González2010-07-291-0/+1
| | | | Progressbar: resize demo is broken.
* Added position plugin to demo pages that use dialogs.Scott González2010-07-272-0/+2
|
* Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar ↵Scott González2010-07-271-1/+1
| | | | localization demo.
* Autocomplete: Removed selection handling in IE. No longer needed now that ↵Scott González2010-07-222-14/+0
| | | | autocomplete ensures that the cursor is placed at the end of the field on select.
* Autocomplete (combobox demo): Set intial value of text field based on value ↵Scott González2010-07-201-1/+4
| | | | of select element. Partial fix for #5757 - Autocomplete combobox issues.
* Autocomplete (combobox demo): Detect valid entries when typed, but not ↵Scott González2010-07-201-5/+15
| | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
* Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
|
* Autocomplete: Clear selectedItem property whenever the user types something. ↵Scott González2010-07-201-0/+1
| | | | Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.
* Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ↵Scott González2010-07-191-0/+1
| | | | Support for accent-folding.
* Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵Scott González2010-07-192-2/+8
| | | | | | not html-encoded. As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo.
* Autocompelte demos: Renamed the scrollable demo so the title fits on one ↵Scott González2010-07-191-1/+1
| | | | line in the sidebar.
* Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: ↵Scott González2010-07-192-0/+53
| | | | document and demo a scrolling menu.
* Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-193-15/+24
|
* Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-1911-7/+7
|
* Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵Scott González2010-07-195-0/+15
| | | | | | added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results. We will need to undo this change when ThemeRoller supports generating loading images.
* 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
|