aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Demos: sortable accordionChi Cheng2009-03-222-1/+66
|
* demos/draggable/sortable.html: missing semicolon ;Richard Worth2009-03-171-1/+1
|
* datepicker demo: improved to respect dateFormat when setting min/maxDate; ↵Jörn Zaefferer2009-03-151-1/+3
| | | | datepicker still needs a lot of work
* formattingJörn Zaefferer2009-03-151-1/+5
|
* datepicker: added event-search demo, combining various options to select a ↵Jörn Zaefferer2009-03-141-42/+42
| | | | daterange with two inputs
* datepicker: added event-search demo, combining various options to select a ↵Jörn Zaefferer2009-03-142-0/+43
| | | | daterange with two inputs
* added textarea-demo für resizableJörn Zaefferer2009-03-112-0/+37
|
* Demo: resizable helperChi Cheng2009-03-081-1/+1
|
* Demo: resizable helperChi Cheng2009-03-082-0/+39
|
* added left nav links to Getting Started and Upgrade GuideMaggie Costello Wachs2009-03-041-1/+3
|
* demos index: added missing </a>Richard Worth2009-03-041-1/+1
|
* demo menu: re-order linksChi Cheng2009-03-041-8/+8
|
* demo menu: re-order linksChi Cheng2009-03-041-13/+13
|
* slider demo: added hotelrooms example, showing how to enhance an existing ↵Jörn Zaefferer2009-03-031-0/+1
| | | | select with a slider - I think we need way more of these, showing off our commitment to progressive enhancement
* slider demo: added hotelrooms example, showing how to enhance an existing ↵Jörn Zaefferer2009-03-031-0/+56
| | | | select with a slider - I think we need way more of these, showing off our commitment to progressive enhancement
* reverted r2179 (demos: removed Slider 'Simple scrollbar' and Tabs 'Simple ↵Richard Worth2009-03-034-0/+256
| | | | manipulation' for now as both have issues in Safari) restoring broken demos to trunk so they can be worked on for the next release (1.7.1)
* demos: simplified class effect demos to work in IE6Richard Worth2009-03-034-8/+6
|
* demos: removed Slider 'Simple scrollbar' and Tabs 'Simple manipulation' for ↵Richard Worth2009-03-034-256/+0
| | | | now as both have issues in Safari
* demos: slider - Simple colorpicker, prevent sliders from sometimes being ↵Richard Worth2009-03-031-0/+1
| | | | drawn vertical when page first loads. Weird.
* demos: sortable - Delay start, fixed so first drag doesn't have to start on ↵Richard Worth2009-03-031-1/+1
| | | | text in IE6
* demos: sortable - Include / exclude items, fixed display issue in IE6Richard Worth2009-03-031-2/+2
|
* demos: draggable - Contrain movement, prevent horizontal scrollbarRichard Worth2009-03-031-1/+1
|
* demos: show - start hidden instead of fadeOut to prevent flashRichard Worth2009-03-021-1/+1
|
* demos: sortable - disableSelection on sortable elementsRichard Worth2009-03-025-0/+7
|
* demos: droppable photo manager - fixed issue where dialog would not be ↵Richard Worth2009-03-021-9/+13
| | | | centered when image first opened.
* demos: effects - added return false; to button click handlersRichard Worth2009-03-028-4/+11
|
* demos/tabs: added new demo "Simple manipulation", shows simple tabs adding ↵Bohdan Ganicky2009-03-012-2/+122
| | | | and removing
* refactored multiple-slider demo by setting a few defaults and reading values ↵Jörn Zaefferer2009-02-281-43/+29
| | | | from markup, removing some inline styles
* updated classes more to use all animated propertiesScott Jehl2009-02-274-51/+30
|
* updated classes to use all animated propertiesScott Jehl2009-02-274-9/+9
|
* updated demos to a standard format - class animations do not seem to work in ↵Scott Jehl2009-02-2712-59/+365
| | | | safari (unsure why)
* removed margin-left rules due to IE6 conflictScott Jehl2009-02-277-7/+7
|
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-15/+15
|
* removed margin-left rules from these draggable demos due to IE6 conflictScott Jehl2009-02-279-11/+16
|
* added effect method folders / pagesScott Jehl2009-02-2657-2797/+0
|
* added effect method folders / pagesScott Jehl2009-02-2612-0/+397
|
* effect method demos page - possibly a good solution for thisScott Jehl2009-02-262-0/+123
|
* restrict sort to x axisScott Jehl2009-02-201-1/+1
|
* Switched to jQuery 1.3.2Richard Worth2009-02-20129-129/+129
|
* Fixed #4156 Serbian localizationsKeith Wood2009-02-192-0/+6
|
* Demos for switchClass and toggleClass.Scott González2009-02-182-0/+101
|
* sortable demos: added zoom: 1 for IE6Richard Worth2009-02-181-1/+1
|
* progressbar demos: missing '}'Richard Worth2009-02-181-1/+1
|
* Fixed the description text and tweaked button position so it fits inside the ↵Todd Parker2009-02-175-10/+10
| | | | demo block without scrolling.
* fixed an incorrect slash and a self closing spanKlaus Hartl2009-02-131-2/+2
|
* demos/sortable/connect-lists-through-tabs: quick selector bugfixBohdan Ganicky2009-02-091-1/+1
|
* demos/sortable/connect-lists-through-tabs: finetuningBohdan Ganicky2009-02-091-4/+5
|
* Moved #4087 test page from demos/droppable to /tests/visual/droppableRichard Worth2009-02-071-45/+0
|
* moved test page (#4088) from demos/sortable to tests/visual/sortableRichard Worth2009-02-071-64/+0
|
* demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ↵Bohdan Ganicky2009-02-071-0/+64
| | | | ui.draggable (sortable item) immediately after the drop callback.), not added to the index page