aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* demos index: put effects in a more logical orderRichard Worth2010-03-181-2/+2
|
* demos index: put effects in a more logical orderRichard Worth2010-03-181-3/+3
|
* button default demo: moved prevent navigation to # when clicking on anchor ↵Richard Worth2010-03-181-2/+4
| | | | button to head
* demos: html validationRichard Worth2010-03-181-4/+4
|
* eol-style and mime-typeRichard Worth2010-03-172-163/+163
|
* position demo - fixed html validation issue. Hopefully will fix #5358 - ↵Richard Worth2010-03-171-86/+84
| | | | Position Demo is borked
* autocomplete: combobox demo: tweaked padding to be more consistent across ↵Richard Worth2010-03-151-1/+2
| | | | browsers
* autocomplete demo: corrected spelling of perlRichard Worth2010-03-151-1/+1
|
* button demo: minor updateRichard Worth2010-03-151-2/+2
|
* Button demo: added descriptionRichard Worth2010-03-151-1/+3
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-12140-302/+442
|
* button default demo: prevent navigation to # when clicking on anchor buttonRichard Worth2010-03-101-1/+1
|
* Datepicker: Tamil localisationKeith Wood2010-03-022-0/+3
|
* Button demo: Fixed duplicate id.Scott González2010-03-021-2/+2
|
* 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).