Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Class animation demos: Don't chain id and class selectors together in CSS ↵ | Scott González | 2010-07-16 | 4 | -5/+5 |
| | | | | since IE6 doesn't understand chained rules. | ||||
* | Add support for multiple events, along with hoverintent demo. Fixes #3614 - ↵ | jzaefferer | 2010-07-14 | 2 | -0/+134 |
| | | | | Accordion: support multiple events being set at the same time | ||||
* | Dialog: Fixed reference to bgiframe. | Scott González | 2010-07-08 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵ | jzaefferer | 2010-06-23 | 2 | -0/+14 |
| | | | | Autocomplete: multiple demos need extra IE handling for cursor position | ||||
* | Dialog demo: Remove reference to obsolete overlay option. | Scott González | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | Updated Show/Hide/Toggle demos since they don't support the Transfer effect. ↵ | Ralph Whitbeck | 2010-04-30 | 3 | -14/+3 |
| | | | | Transfer was removed. | ||||
* | Autocomplete: Changed cache demo to cache all results. | Scott González | 2010-04-23 | 1 | -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ález | 2010-04-21 | 1 | -0/+64 |
| | | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding. | ||||
* | Autocomplete: Added custom rendering for custom data demo. | Scott González | 2010-04-21 | 1 | -1/+7 |
| | |||||
* | Autocomplete: Fixed href to multiple-remote dmeo in index | jzaefferer | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Refactored code for array filtering into ↵ | jzaefferer | 2010-04-16 | 4 | -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 demo | jzaefferer | 2010-04-15 | 1 | -4/+4 |
| | |||||
* | Autocomplete: multiple demo added | jzaefferer | 2010-04-15 | 2 | -0/+76 |
| | |||||
* | Draggable demo: visual feedback - use draggable option stack selector. Fixed ↵ | Richard D. Worth | 2010-04-14 | 1 | -1/+1 |
| | | | | #5513 - Draggable/Stackable Demo broken and docs need to be updated | ||||
* | Effects demos: cleanup | jzaefferer | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Combobox demo update, fixed mustMatch with corrected change ↵ | jzaefferer | 2010-04-08 | 1 | -7/+12 |
| | | | | event, also added button for toggling the hidden select and an empty-value option. Fixes #5453 | ||||
* | Button: some demo code formatting | unknown | 2010-04-06 | 1 | -13/+15 |
| | |||||
* | Autocomplete: Change demo title in index.file to fit it in one line | unknown | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Added link to categories-demo to autocomplete demos index. Still need to ↵ | Jörn Zaefferer | 2010-04-05 | 1 | -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" | jzaefferer | 2010-04-01 | 5 | -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-ui | jzaefferer | 2010-04-01 | 5 | -0/+205 |
|\ | |||||
| * | Tooltip: Two more demos showing mousetracking with open/close events and ↵ | unknown | 2010-03-31 | 2 | -0/+134 |
| | | | | | | | | using open/close methods to programmatically show/hide tooltips | ||||
| * | Merge branch 'master' into tooltip | jzaefferer | 2010-03-26 | 2 | -2/+1 |
| |\ | |||||
| * | | Tooltip: Fixing up demo | jzaefferer | 2010-03-25 | 1 | -2/+2 |
| | | | |||||
| * | | Copying files from old Googlecode dev branch for tooltip | jzaefferer | 2010-03-21 | 3 | -0/+71 |
| | | | |||||
* | | | Tabs: Adding demo using cookie option for persistence | unknown | 2010-03-30 | 2 | -0/+58 |
| | | | |||||
* | | | Shopping-Cart demo: Add new demo to droppable demo index | unknown | 2010-03-30 | 1 | -0/+1 |
| | | | |||||
* | | | Shopping-Cart demo: Fix demo title | unknown | 2010-03-30 | 1 | -1/+1 |
| | | | |||||
* | | | Shopping-Cart demo: Fix the eager activeClass on sorting | unknown | 2010-03-30 | 1 | -1/+6 |
| | | | |||||
* | | | Shopping-Cart demo: fix typos | unknown | 2010-03-30 | 1 | -2/+2 |
| | | | |||||
* | | | Adding shopping cart demo for integration of accordion, draggable, droppable ↵ | unknown | 2010-03-30 | 1 | -0/+96 |
| |/ |/| | | | | | and sortable | ||||
* | | Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes ↵ | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| | | | | | | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo | ||||
* | | Autocomplete demo: Removed todo (already captured in trac). | Scott González | 2010-03-24 | 1 | -1/+0 |
|/ | |||||
* | Combobox demo: Improved styling and added a title to the button, to avoid ↵ | jzaefferer | 2010-03-20 | 1 | -8/+5 |
| | | | | having in the tooltip | ||||
* | Autocomplete: Combobox demo - don't use position plugin to place the button ↵ | Scott González | 2010-03-20 | 1 | -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ález | 2010-03-20 | 1 | -23/+0 |
| | | | Fixes #5188 - Refactor menu rendering for more customizing. | ||||
* | demos index: put effects in a more logical order | Richard Worth | 2010-03-18 | 1 | -2/+2 |
| | |||||
* | demos index: put effects in a more logical order | Richard Worth | 2010-03-18 | 1 | -3/+3 |
| | |||||
* | button default demo: moved prevent navigation to # when clicking on anchor ↵ | Richard Worth | 2010-03-18 | 1 | -2/+4 |
| | | | | button to head | ||||
* | demos: html validation | Richard Worth | 2010-03-18 | 1 | -4/+4 |
| | |||||
* | eol-style and mime-type | Richard Worth | 2010-03-17 | 2 | -163/+163 |
| | |||||
* | position demo - fixed html validation issue. Hopefully will fix #5358 - ↵ | Richard Worth | 2010-03-17 | 1 | -86/+84 |
| | | | | Position Demo is borked | ||||
* | autocomplete: combobox demo: tweaked padding to be more consistent across ↵ | Richard Worth | 2010-03-15 | 1 | -1/+2 |
| | | | | browsers | ||||
* | autocomplete demo: corrected spelling of perl | Richard Worth | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | button demo: minor update | Richard Worth | 2010-03-15 | 1 | -2/+2 |
| | |||||
* | Button demo: added description | Richard Worth | 2010-03-15 | 1 | -1/+3 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 140 | -302/+442 |
| | |||||
* | button default demo: prevent navigation to # when clicking on anchor button | Richard Worth | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Datepicker: Tamil localisation | Keith Wood | 2010-03-02 | 2 | -0/+3 |
| | |||||
* | Button demo: Fixed duplicate id. | Scott González | 2010-03-02 | 1 | -2/+2 |
| |