aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
...
* Datepicker: Add Faroese localisationKeith Wood2010-02-262-0/+3
|
* ajax tabs demo: renamed tabs to fit on the demo templateJörn Zaefferer2010-02-241-5/+5
|
* Fix for #4451 - ajax tabs error handlingJörn Zaefferer2010-02-244-2/+21
|
* Datepicker: Fixed #5156 Added Chinese Hong Kong localisationKeith Wood2010-02-222-0/+3
| | | | That makes 50!
* use button on accordion demo page with a button-eleementJörn Zaefferer2010-02-201-1/+2
|
* partial for #5126 - less rows in remote demo to avoid scrollingJörn Zaefferer2010-02-201-1/+1
|
* partial for #5126 - improved custom data demoJörn Zaefferer2010-02-201-3/+2
|
* partial for #5126 - extra classes for combobox inputJörn Zaefferer2010-02-201-2/+1
|
* partial for #5126 - less rows in remote jsonp demo to avoid scrollingJörn Zaefferer2010-02-201-1/+1
|
* no delay need for local dataJörn Zaefferer2010-02-171-0/+1
|
* Autocomplete categories demo: Simplified styling.Scott González2010-02-171-1/+2
|
* Autocomplete categories demo: Removed custom jQuery methods and tweaked the ↵Scott González2010-02-171-17/+3
| | | | category styling.
* Autocomplete demo: Added styling to the categories.Scott González2010-02-171-2/+5
|
* Working categorized autocomplete demo.Scott González2010-02-171-31/+64
|
* Fix for #5188 along with a half-functional demo (buggy keyboard navigation)Jörn Zaefferer2010-02-161-0/+69
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-16116-116/+116
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-16116-117/+117
| | | | file renames in 1.8a1
* Removed extra semicolon.Scott González2010-02-061-1/+1
|
* Slider demo: Don't change default values.Scott González2010-02-051-11/+9
| | | | Fixes #5131 - Slider demos need options reset before loading next demo.
* autocomplete: back to custom json encoding (for compat with older PHP ↵Jörn Zaefferer2010-01-281-1/+1
| | | | implementations, fixed the double quotes
* autocomplete: back to custom json encoding (for compat with older PHP ↵Jörn Zaefferer2010-01-281-2/+2
| | | | implementations, fixed the double quotes
* autocomplete: use json_encode in PHP to produce valid JSONJörn Zaefferer2010-01-281-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-27116-116/+116
|
* autocomplete: added xml-parsing demoJörn Zaefferer2010-01-263-0/+183
|
* button: more specific selectors for demo pages, avoiding any other global ↵Jörn Zaefferer2010-01-201-1/+1
| | | | demo page issues
* button: don't style everything, just the demoJörn Zaefferer2010-01-201-1/+1
|
* eol-style and mime-typeRichard Worth2010-01-2015-887/+887
|
* switched to jQuery 1.4Richard Worth2010-01-20115-115/+115
|
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-196-6/+0
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Dialog: Tweaking demo so buttons fit on one line.Scott González2010-01-151-6/+1
|
* Replaced stackfix with bgiframe.Scott González2010-01-147-13/+13
| | | | Fixes #5061 - Remove stackfix.
* Copied autocomplete from dev branch.Scott González2010-01-1413-0/+1138
|
* Tabs ajax demo: Changed content of one of the remote tabs so it's obvious ↵Scott González2010-01-131-3/+3
| | | | that the two ajax tabs are actually loading different files.
* Accordion demos: Added missing include of mouse plugin.Scott González2010-01-072-0/+2
| | | | Fixes #5046 - Accordion demos: Missing mouse plugin.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-0721-241/+624
| | | | menu; including menu static tests).
* slider: fixed missing references to mouse pluginRichard Worth2010-01-0112-0/+12
|
* Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction ↵Scott González2009-12-237-0/+7
| | | | plugins.
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-2241-0/+41
| | | | Fixes #5023 - Split mouse code into its own file.
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-1693-0/+93
|
* Dstepicker - Demonstrate opening/closing animationsKeith Wood2009-12-082-0/+55
|
* Datepicker - Fixed #4987 - Add bosnian language to DatePickerKeith Wood2009-12-082-0/+3
|
* addClass demo: Fixed URLs to be relative.Scott González2009-11-151-5/+5
|
* Effects: Added fade effect. Needs documentation.Scott González2009-11-131-0/+2
| | | | Fixes #4416 - Add fade effect.
* Datepicker: Added Afrikaans and English/UK localisationsKeith Wood2009-10-222-0/+6
|
* sortable portlets demo: Swapped plus and minus icons for more consistencyRichard Worth2009-10-041-2/+2
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-17102-406/+406
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* effects easing: typoJörn Zaefferer2009-09-021-1/+1
|
* fixed a little issue in Chrome, SafariRichard Worth2009-09-021-1/+2
|
* Fixed a bug in the drawing of all the graphs, especially visible in easeout ↵Richard Worth2009-09-021-6/+14
| | | | curves. Added a top line to each graph. Added support for linear graph and preview. Slowed animation down a bit, to aid in preview.