aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Dialog demo: Use the ui-state-highlight class instead of a hard-coded color. ↵Scott González2009-08-291-6/+11
| | | | Fixes #4808 - Modal dialog form validation demo - error message uses hard-coded color.
* Workaround for #4786, improvedJörn Zaefferer2009-08-181-0/+1
|
* Workaround for #4786Jörn Zaefferer2009-08-181-1/+11
|
* sortable accordion: formattingJörn Zaefferer2009-08-181-1/+6
|
* Tabs: Fix for #4785, improving stylesJörn Zaefferer2009-08-181-2/+3
|
* Tabs: Fix for #4785Jörn Zaefferer2009-08-182-0/+58
|
* position: improved default demo to use position:absolute instead of fixed - ↵Jörn Zaefferer2009-08-161-1/+1
| | | | with fixed, the positioned element doesn't move on scroll
* position: added demo to demos/index.htmlJörn Zaefferer2009-08-161-0/+2
|
* include position plugin in demos/index.html - especially annoying when that ↵Jörn Zaefferer2009-08-061-0/+1
| | | | is missing because position() isn't undefined when ui.position.js is missing
* Dialog: Support hash, array, string for cursorAt option. Use position ↵Scott González2009-08-036-0/+6
| | | | plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins.
* Datepicker: Fixed #4131 Could week numbers [be] added to the DatepickerKeith Wood2009-07-292-0/+35
|
* Dialog: Include stackfix in default demo.Scott González2009-07-281-0/+1
|
* Copied position plugin from /branches/dev/positionTo r2971.Scott González2009-07-246-0/+300
|
* added tabs-slider demoJörn Zaefferer2009-07-192-0/+65
|
* toggleClass demo: Fixed script and stylesheet URLs to be relative.Scott González2009-07-131-4/+4
|
* workaround for #4375Jörn Zaefferer2009-07-114-9/+20
|
* replacing bgiframe with ui.stackfix, updated dialog and its demos accordinglyJörn Zaefferer2009-07-097-13/+12
|
* accordion fix for #4653: added tests, adopted no-auto-height demo to also ↵Jörn Zaefferer2009-07-031-4/+8
| | | | cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed
* datepicker: fixed dateFormat exampleCa-Phun Ung2009-06-241-2/+2
|
* Datepicker: Fixed #4613 Datepicker Swiss-French (fr-CH) localizationKeith Wood2009-06-222-0/+3
|
* Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵Keith Wood2009-06-212-0/+33
| | | | from other months
* Datepicker: Fixed #4592 Basque (euskara) localizationKeith Wood2009-06-162-0/+3
|
* Datepicker: Added Vietnamese localisationKeith Wood2009-06-062-0/+3
|
* Dialog Modal Form Demo: Added ui-state-focus class on focus (fixes #4568 - ↵Scott González2009-05-311-7/+14
| | | | Demo: Dialog modal form demo doesn't react to focus on button).
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-277-7/+7
|