Commit Graph

978 Commits

Author SHA1 Message Date
Hans Hillen
6d01873dd8 Fix various pull request comments and coding standards issues 2011-05-30 23:37:14 +02:00
Scott González
e5186dc930 Tooltip demo: Use static map instead of interactive map. 2011-05-30 15:55:59 -04:00
Scott González
76586076ec Tooltip demo: Removing stray periods. 2011-05-29 20:15:24 -04:00
Scott González
ade1fe1887 Tooltip demo: Add note about interactive tooltips. 2011-05-29 17:32:09 -04:00
Scott González
608bc9513f Tooltip demo: Small tweaks. 2011-05-29 13:50:53 -04:00
Scott González
0bc1c8cfdb Tooltip: New delegation mixbag demo (still needs better name). 2011-05-29 12:31:06 -04:00
Scott González
2a92b3ad8e Tooltip: Change default collision detection to 'flip fit' since the default vertical positioning is centered and can't flip 2011-05-29 12:29:11 -04:00
Scott González
a1f9ca7248 Tooltip video player demo: Close tooltip on click of popup button. 2011-05-29 09:13:35 -04:00
Scott González
c2ae4e3fe4 Tooltip demos: Better tooltip content for custom animations. 2011-05-28 17:14:42 -04:00
Scott González
d4f6f17c8d Tooltip: Changed custom animation demo and changed the logic for showing tooltips so custom position options can perform animations. 2011-05-28 10:18:39 -04:00
Scott González
c34a814a4b Tooltip demos: Cleanup. 2011-05-27 20:52:13 -04:00
Scott González
8a972f5cce Autocomplete: Whitespace. 2011-05-27 08:35:18 -04:00
Scott González
be7da0239a Autocomplete demos: Coding standards. 2011-05-27 08:32:48 -04:00
Scott González
af35f0bbc9 Spinner: Changed casing of option numberformat -> numberFormat. 2011-05-25 15:44:43 -04:00
Hans Hillen
f45fc08f86 wrapping tab order for popup 2011-05-25 14:58:26 +02:00
Jörn Zaefferer
727a80a4d9 Widget: Demo. 2011-05-23 23:52:29 +02:00
Ben Boyle
a6a8611556 Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera 2011-05-16 21:08:13 +10:00
Scott González
ffc983248d Tabs: Cleaned up manipulation demo. 2011-05-11 15:16:04 -04:00
David Petersen
a02e393786 Tabs: update manipulation demo to use the refresh method 2011-05-11 15:04:30 -04:00
Jörn Zaefferer
83424c6c33 Merge branch 'master' of github.com:jquery/jquery-ui 2011-05-11 19:49:16 +02:00
Scott González
bd9dfb59e9 Autocomplete scrollable demo: Added missing menu dependency. 2011-05-11 08:24:16 -04:00
Jörn Zaefferer
0352c2c71f Menu: Remove default preventDefault. Add more meaningful href's on menu
and menubar demos. Change doesn't seem to affect autocomplete as that
doesn't use href-attributes anyway.
2011-05-11 13:39:58 +02:00
Jörn Zaefferer
309ca08f72 Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size 2011-05-10 17:33:32 +02:00
Jörn Zaefferer
fe0d252c07 Combobox demo: Set tooltip class via option 2011-05-10 17:27:55 +02:00
Jörn Zaefferer
796e35aa93 Merge remote branch 'kzys/trac-7197' 2011-05-10 17:19:56 +02:00
Richard D. Worth
91a9ff20d9 Merge pull request #231 from itsadok/patch-1
fix: delete runaway backslash
2011-05-09 05:06:48 -07:00
Jörn Zaefferer
e6d1ab7bf4 Popup and Menubar demos 2011-05-08 20:41:21 +02:00
itsadok
f7cf9228e5 fix: delete runaway backslash 2011-05-08 02:37:33 -07:00
Jörn Zaefferer
cd92ad09f5 Promote menubar and popup to their own top level files 2011-05-07 16:22:04 +02:00
Jörn Zaefferer
a2674a2c6b Tooltip/Popup: Improve video-player demo 2011-05-07 15:18:29 +02:00
Kato Kazuyoshi
9e26291164 Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 - Combobox: not valid value is set. 2011-05-07 08:40:38 +09:00
Jörn Zaefferer
2cf85da23f Popup/Tooltip: Fix tab order and add notifications (on select) in
video-player demo.
2011-05-07 00:43:07 +02:00
Jörn Zaefferer
b96126b398 Popup: Rename _close to close and use it when selecting something within a popup. 2011-05-04 11:14:32 +02:00
Jörn Zaefferer
0496a50238 Tooltip: Replace offset property with inline my+offset to make it easier
to override the offset. Fixes the odd offset in the video player demo.
Also doesn't need units.
2011-05-02 18:22:00 +02:00
Jörn Zaefferer
56a1b18246 Tooltip: update video player demo with custom animations 2011-05-02 13:15:54 +02:00
Jörn Zaefferer
d8e60e9a8a Merge branch 'master' into tooltip-animations 2011-05-02 13:12:36 +02:00
Jörn Zaefferer
a03c222f05 Tooltip: Overhaul widget animations code to allow delay with plain show/hide 2011-05-02 13:11:58 +02:00
Jörn Zaefferer
0c674ca7e3 Tooltip: Update demo description 2011-05-02 13:01:27 +02:00
Jörn Zaefferer
0f24c5a5c9 Tooltip: Custom styles for video player demo 2011-05-02 12:43:22 +02:00
Jörn Zaefferer
f270d48786 Tooltip: Add video player demo 2011-05-02 12:34:26 +02:00
David Petersen
c3d9bd0700 Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: Sortable demo causes bad index references 2011-04-28 19:03:45 -04:00
jzaefferer
3bb9ab2626 Tooltip: Add support for delaying showing/hiding. Still need to figure
out how to combine that with non-animated show/hide.
2011-04-21 14:30:42 +02:00
jzaefferer
e609bebaae Custom tooltip animations based on widget-animations branch. 2011-04-15 16:49:29 +02:00
jzaefferer
67d49f593b Overhaul tooltip implementation. Avoid queuing and other problems by
creating the tooltip element on the fly, never reusing it.
Use aria-describedby attribute to find the associated tooltip again.
Allows customizing animations much easier (just replace fadeIn/fadeOut),
still open.
Updated demos and visual test to replace now-missing .widget() method.
Added tooltipClass for that.
2011-04-13 14:01:46 +02:00
Scott González
a3370064d8 Tabs: Update ajax demo to use beforeLoad event instead of deprecated ajaxOptions option. 2011-04-11 10:39:33 -04:00
Scott González
ccac8cd492 Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active. 2011-04-11 10:08:32 -04:00
Scott González
401c91418c Autocomplete (combobox demo): Blur the button on click to avoid a bug.
Thanks tyron.
2011-04-04 08:54:09 -04:00
David Petersen
1e2d3145ff Tabs: Deprecate url method; use aria-controls instead of title to specify panels. Fixes #7132 Tabs: Deprecate url method; use aria-controls instead of title to specify panels 2011-03-27 14:56:20 -04:00
Scott González
6f051d5d6a Position: Merged offset option into my and at options and added support for percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets. 2011-03-22 12:25:25 -04:00
Ralph Whitbeck
4d557092ff Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals. 2011-03-20 07:58:08 -07:00
gnarf
fa7f5d2873 Effects demo: Animate a containing div instead of the canvas directly for easing demo. Fixes #7086 - easing only first click is working.
Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others...
2011-03-09 08:45:05 -05:00
Richard Worth
593799d6e3 Switched to latest stable jQuery 1.5.1 2011-03-02 20:49:20 -05:00
jzaefferer
260a6447d3 Autocomplete: Update combobox menu to point out limits and link to
explaining it.
2011-02-25 23:09:58 +01:00
jzaefferer
baf28d2c9d Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty
string values
2011-02-25 18:58:44 +01:00
Scott González
0cd297702d Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add Tajikistan localization. 2011-02-25 10:40:36 +01:00
jzaefferer
0d659d44c3 Menu: Rename activate to focus and deactivate to blur method 2011-02-24 10:06:08 +01:00
jzaefferer
8fe10dc560 Fix spinner demos to latest jquery-global API. Also cleanup. 2011-02-07 18:45:10 +01:00
Scott González
ed49033700 Accordion: Updated demos to use the new API. 2011-02-03 14:14:13 -05:00
Scott González
fe6990e104 Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes #6916 - Datepicker date range demo: syntax glitch. 2011-01-30 09:39:18 -05:00
Scott González
30c9473d8f Datepicker i18n: Added Algerian Arabic to demos. 2011-01-19 10:15:15 -05:00
jzaefferer
ff62bdf61a Merge branch 'master' of github.com:jquery/jquery-ui 2011-01-17 19:28:49 +01:00
jzaefferer
90a5906af5 Renamed glob.js to jquery.global.js to match actual plugin filenames. 2011-01-17 19:25:14 +01:00
Scott González
6e84a8b8f4 Datepicker i18n: Fixed missing references. 2011-01-17 09:44:53 -05:00
Scott González
a4d2a0fa19 Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 - Datepicker: Add en-AU or en-NZ initialisations.
Thanks Campbell
2011-01-17 09:26:30 -05:00
Scott González
f711e362cd Revert accidental demo change from 66606407ed. 2011-01-14 14:42:53 -05:00
Scott González
66606407ed Accordion: Force the width of the accordion panel during animation when animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all.
The animation code should be refactored.
2011-01-14 14:35:37 -05:00
Scott González
723e0d6b6e Autocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry. 2011-01-10 22:47:30 -05:00
Scott González
33fa0ce2b2 Button demo: Coding standards. 2011-01-10 21:58:17 -05:00
Scott González
16692ed5f0 Fixed references to jQuery. 2011-01-10 21:38:58 -05:00
gnarf
51482a9d65 Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data. 2011-01-10 20:20:14 -05:00
jzaefferer
74ddb3061e Cleanup bad earlier merge. 2010-12-28 15:31:14 +01:00
jzaefferer
e724f585bf Fixed bad references to jQuery-1.4.4.js 2010-12-22 18:59:29 +01:00
jzaefferer
0479ab6af6 Merge remote branch 'origin/tooltip'
Conflicts:
	demos/autocomplete/combobox.html
	demos/index.html
	tests/unit/index.html
2010-12-22 18:58:57 +01:00
jzaefferer
3552947c19 Merge remote branch 'origin/menu'
Conflicts:
	demos/autocomplete/categories.html
	demos/autocomplete/combobox.html
	demos/autocomplete/custom-data.html
	demos/autocomplete/default.html
	demos/autocomplete/folding.html
	demos/autocomplete/multiple-remote.html
	demos/autocomplete/multiple.html
	demos/autocomplete/remote-jsonp.html
	demos/autocomplete/remote-with-cache.html
	demos/autocomplete/remote.html
	demos/autocomplete/xml.html
	demos/button/splitbutton.html
	demos/index.html
	tests/visual/menu/nested.html
	themes/base/jquery.ui.autocomplete.css
	ui/jquery.ui.autocomplete.js
2010-12-22 18:31:27 +01:00
jzaefferer
8d39171fa2 Fix demos index page to include globalization plugin for spinner demos, along a wording fix in spinner-time demo. 2010-12-22 18:00:28 +01:00
jzaefferer
2c89e9587e Merge remote branch 'origin/spinner' 2010-12-22 17:36:41 +01:00
Mario Visic
cf48a3c5c8 Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms. 2010-12-16 07:59:37 -05:00
jzaefferer
26bc70180a Spinner: Update timespinner demo description. 2010-12-01 23:31:01 +01:00
jzaefferer
0d0ec376e3 Spinner: Introduce page option to configure page size. Use that for timespinner demo to spin minutes on cursor up/down, hours on page up/down. 2010-12-01 23:28:05 +01:00
Scott González
ddb4694cc1 Autocomplete combobox demo: Reset the internal term property when an invalid selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try. 2010-11-30 17:55:29 -05:00
jzaefferer
970befceb4 Spinner: Add demo for time spinner 2010-11-28 19:59:29 +01:00
Scott González
d97add11b0 Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle destroy. 2010-11-23 08:22:40 -05:00
Kyle Wilkinson
f070b0a24b Datepicker Demo: modifed the name of the event search demo to be date-range. Fixed #6675 - Date Range demo for Datepicker has unclear title. 2010-11-21 09:41:27 -05:00
Scott González
ddf59462af Autocomplete: Use the text of the option, not the value when checking for valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different. 2010-11-19 16:28:02 -05:00
Scott González
4637695894 Autocomplete multiple demos: Don't leave the field when tabbing while the menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting. 2010-11-19 16:17:52 -05:00
Phillip Barnes
ff4154bb5d Lossless compression of all non-theme images using ImageOptim 2010-11-19 14:27:18 -05:00
Scott González
fce1f97f76 Upgraded jQuery to 1.4.4. 2010-11-12 09:19:26 -05:00
Scott González
53215ded4a Autocomplete (maxheight demo): Add padding to account for vertical scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. 2010-11-04 08:36:09 -04:00
Scott González
5431a4553a Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. 2010-11-02 13:51:29 -04:00
jzaefferer
fceb70d526 Spinner: Adding overflow demo 2010-11-02 16:41:11 +01:00
jzaefferer
345592ff4a Spinner: Removing rtl demo 2010-11-02 16:31:22 +01:00
jzaefferer
183fb69abf Slider: Add spinner to demo index 2010-10-27 17:51:55 +02:00
jzaefferer
d91cd61f79 Spinner: More refactorings and cleanups, and heavy improvement on the incremental-logic, including a delay of 500ms after the first increment and before continous increments 2010-10-27 16:38:00 +02:00
jzaefferer
48a5977d33 Tooltip: Implementing event delegation support. 2010-10-26 17:07:22 +02:00
jzaefferer
4d6770fe13 Tooltip: Added demo for custom animations 2010-10-26 14:47:31 +02:00
jzaefferer
615022abd5 Tooltip: Update forms demo to programmatic-trigger only 2010-10-26 14:46:41 +02:00
jzaefferer
2df094527e Spinner: Changed default for numberformat to null. Fixed disabled option to not prevent changing value via step and page methods. OVerhauled testsuite. 2010-10-26 12:14:45 +02:00
jzaefferer
0a1da016ff Slider: Update to latest mousewheel plugin 2010-10-26 10:53:03 +02:00
jzaefferer
bc3d283d2c Replaced hexadecimal demo with decimal demo. Updated that and the currency demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option. 2010-10-23 01:51:12 +02:00
jzaefferer
f7d8a1ba57 Porting old spinner implementation to 1.8, dropping some baggage. 2010-10-22 06:16:12 +02:00
Scott González
19f9c3a559 Upgraded jQuery to 1.4.3. 2010-10-21 22:29:28 -04:00
Scott González
7d9d2b551f External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work in IE9 because of bgiframe. 2010-10-19 23:05:13 -04:00
Scott González
715f83f1ce Demos: Coding standards. 2010-10-13 15:49:00 -04:00
Scott González
7ce4ddbcac Tabs demos: Coding standards. 2010-10-13 15:43:49 -04:00
Scott González
b12d528e8f Effects (toggle) demos: Coding standards. 2010-10-13 15:29:56 -04:00
Scott González
a300658ecf Effects (toggleClass) demos: Coding standards. 2010-10-13 15:29:37 -04:00
Scott González
68cb8fea09 Effects (switchClass) demos: Coding standards. 2010-10-13 15:24:00 -04:00
Scott González
bb41a258a8 Sortable demos: Coding standards. 2010-10-13 15:23:42 -04:00
Scott González
060af83ec9 Slider demos: Coding standards. 2010-10-13 10:39:50 -04:00
Scott González
527bc44afe Selectable demo: Workaround a stupid bug in the jqueryui.com demo system. Fixes #5698 - Selectable: Bug in serializable demo. 2010-10-11 20:58:53 -04:00
Scott González
99b71a51c8 Effects (show): coding standards. 2010-09-27 15:54:52 -04:00
Scott González
03517636e8 Selectable demos: coding standards. 2010-09-27 15:47:17 -04:00
Scott González
6b6e1d76e7 Resizable demos: coding standards. 2010-09-27 15:42:06 -04:00
Scott González
f02c41ec51 Effects (removeClass) demos: coding standards. 2010-09-27 15:41:35 -04:00
Scott González
2dd676e18a Dialog demos: safer selectors for the demo system workaround. 2010-09-27 11:31:55 -04:00
Scott González
23b569f46e Datepicker: Added Portuguese localization. Fixes #6102 - Datepicker: Add Portuguese localization. 2010-09-24 08:58:18 -04:00
Jorge Barreiro
f04a25f9bf Datepicker: Added galician localization. Fixes #6079 - Datepicker: Add Galician localization. 2010-09-20 10:59:01 -04:00
Richard D. Worth
82b15951d1 Dialog demo: syntax error, errant single quote from last style guide update. Fixed #6074 - Dialog: demo of modal form broken 2010-09-19 17:14:22 -07:00
Scott González
9958d2968f Progressbar demos: Coding standards. 2010-09-10 10:27:32 -04:00
Scott González
4a4fab829f Position demos: Coding standards. 2010-09-10 10:24:33 -04:00
Scott González
0956c9ec40 Effects .hide() demos: Coding standards. 2010-09-10 10:18:39 -04:00
Scott González
a1fc59c17e Droppable demos: Coding standards. 2010-09-10 09:38:42 -04:00
Scott González
6cf45dd25a Draggable demos: Coding standards. 2010-09-10 09:17:58 -04:00
Scott González
98fb8c8362 Dialog demos: Coding standards. 2010-09-10 09:01:54 -04:00
Scott González
6df7729714 Datepicker demos: Coding standards. 2010-09-10 08:50:53 -04:00
Scott González
8b4d187746 Button demos: Coding standards. 2010-09-09 22:45:43 -04:00
Scott González
eba3067479 Demos: Cleanup. 2010-09-09 22:33:28 -04:00
Scott González
df932bbba3 Autocomplete demos: Coding standards. 2010-09-09 22:33:28 -04:00
Scott González
83244d933c Effects demos (partial): Coding standards. 2010-09-09 22:33:28 -04:00
Scott González
b79e92818f Accordion demos: Coding standards. 2010-09-09 22:33:28 -04:00
jzaefferer
1b4019a233 Autocomplete: Combobox demo cleanup 2010-08-29 11:31:03 +02:00
Scott González
4400632f53 Autocomplete: Improved cache demo. 2010-08-27 12:47:19 -04:00
Scott González
2398f6d23a Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan localization for ui.datepicker. 2010-08-11 08:33:46 -04:00
Scott González
ee1f5b54de Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - Progressbar: resize demo is broken. 2010-07-29 05:32:04 -04:00
Scott González
d7fa82bc5e Added position plugin to demo pages that use dialogs. 2010-07-27 20:46:39 -04:00
Scott González
dde27daf62 Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar localization demo. 2010-07-27 17:59:37 -04:00
Scott González
860635fd17 Autocomplete: Removed selection handling in IE. No longer needed now that autocomplete ensures that the cursor is placed at the end of the field on select. 2010-07-22 14:55:41 -04:00
Scott González
123467af8e Autocomplete (combobox demo): Set intial value of text field based on value of select element. Partial fix for #5757 - Autocomplete combobox issues. 2010-07-20 14:49:14 -04:00
Scott González
5d1e297640 Autocomplete (combobox demo): Detect valid entries when typed, but not selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values. 2010-07-20 14:35:54 -04:00
Scott González
ba091650ff Autcomplete: Refactored combobox demo. 2010-07-20 14:20:46 -04:00
Scott González
c2c09e8953 Autocomplete: Clear selectedItem property whenever the user types something. Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values. 2010-07-20 13:24:53 -04:00
Scott González
5debdb08d7 Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support for accent-folding. 2010-07-19 21:53:19 -04:00
Scott González
1f2cfb942f Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are not html-encoded.
As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo.
2010-07-19 15:45:30 -04:00
Scott González
7deb873c51 Autocompelte demos: Renamed the scrollable demo so the title fits on one line in the sidebar. 2010-07-19 15:35:47 -04:00
Scott González
5e3755af8a Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu. 2010-07-19 14:17:44 -04:00
Scott González
44daca1cfa Autocomplete demos: Added more programming languages and alphabetized. 2010-07-19 14:10:37 -04:00
Scott González
44d1a38a19 Autocomplete: Moved all demo images into /demos/autocomplete/images. 2010-07-19 10:06:07 -04:00
Scott González
fe71d5d0a0 Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.
We will need to undo this change when ThemeRoller supports generating loading images.
2010-07-19 09:41:21 -04:00
Scott González
bf947d1756 Class animation demos: Don't chain id and class selectors together in CSS since IE6 doesn't understand chained rules. 2010-07-16 09:37:31 -04:00
jzaefferer
a3ab2b223b Add support for multiple events, along with hoverintent demo. Fixes #3614 - Accordion: support multiple events being set at the same time 2010-07-14 19:39:50 +02:00
Scott González
594b7f5b23 Dialog: Fixed reference to bgiframe. 2010-07-08 09:02:56 -04:00
jzaefferer
5f4a6009e9 Menu: Extended button's splitbutton demo to use an actual menu 2010-06-23 16:58:20 +02:00
jzaefferer
965dddd981 Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - Autocomplete: multiple demos need extra IE handling for cursor position 2010-06-23 16:44:11 +02:00
jzaefferer
b1e4aa9a1f Menu demos: a few less items for the default demo to fit into the demo frame 2010-06-19 16:39:17 +02:00
jzaefferer
fa27e0f611 Menu demos: Restrict selectors to demo elements; add menu to demos/index.html 2010-06-19 16:37:39 +02:00
jzaefferer
f1edd5b62e Menu: default and contextmenu demos 2010-06-18 10:23:41 +02:00
Scott González
9241757d7a Dialog demo: Remove reference to obsolete overlay option. 2010-06-14 19:42:59 -07:00
Ralph Whitbeck
888725a17b Updated Show/Hide/Toggle demos since they don't support the Transfer effect. Transfer was removed. 2010-04-30 00:13:44 +08:00
Scott González
e087e7dee0 Autocomplete: Changed cache demo to cache all results.
Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.
2010-04-23 12:19:06 -04:00
jzaefferer
8cba84c246 Fixed typo in demo description 2010-04-23 09:40:24 +02:00
jzaefferer
17f8079bc2 Menu: Extracted menu code from autocomplete, updated all dependencies 2010-04-21 21:01:08 +02:00
jzaefferer
cfa185d962 Merge commit '1.8.1' into tooltip 2010-04-21 20:06:56 +02:00
jzaefferer
19b76a14a8 Tooltip: Remove fixed with from tooltip theme, set in instead in CSS where actually necessary 2010-04-21 20:00:45 +02:00
Scott González
6a59746d1d Autocomplete: Added demo for accent folding.
Proof of concept for #5219 - Autocomplete: Support for accent-folding.
2010-04-21 10:02:53 -04:00
Scott González
32bcf56584 Autocomplete: Added custom rendering for custom data demo. 2010-04-21 09:57:35 -04:00
jzaefferer
d1033cc2b7 Autocomplete: Fixed href to multiple-remote dmeo in index 2010-04-16 11:09:28 +02:00
jzaefferer
dbc9addfae Autocomplete: Refactored code for array filtering into $.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 2010-04-16 11:05:35 +02:00
jzaefferer
cddf2a45da Autocomplete: code improvements for multiple demo 2010-04-15 15:31:49 +02:00
jzaefferer
5c55462a90 Autocomplete: multiple demo added 2010-04-15 10:43:47 +02:00
Richard D. Worth
36cb3f7da3 Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated 2010-04-14 08:19:53 -04:00
jzaefferer
37970c3685 Effects demos: cleanup 2010-04-12 13:43:41 +02:00
jzaefferer
e7882fa393 Use tooltip to display hint when combobox input doesn't match anything 2010-04-08 23:41:49 +02:00
jzaefferer
6204e1a3c4 The accidental merge of tooltip into master was reverted in master, that revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done 2010-04-08 23:21:47 +02:00
jzaefferer
ffc29bba05 Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453 2010-04-08 12:07:45 +02:00
unknown
f29befb40c Button: some demo code formatting 2010-04-06 22:50:27 +02:00
unknown
34a71eab7b Autocomplete: Change demo title in index.file to fit it in one line 2010-04-06 22:42:14 +02:00
Jörn Zaefferer
1c3ea9b911 Added link to categories-demo to autocomplete demos index. Still need to move the menu-overrides from that demo back to menu (is there a ticket?). 2010-04-05 11:07:55 -07:00
jzaefferer
00fdd8bcd9 Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
This reverts commit df31e22b95, reversing
changes made to ab8d155217.

Need to revert this revert later on when actually merging the tooltip branch into master.
2010-04-01 09:33:25 +02:00
jzaefferer
df31e22b95 Merge branch 'tooltip' of github.com:jquery/jquery-ui 2010-04-01 09:25:21 +02:00
unknown
9ec4c4e682 Tooltip: Two more demos showing mousetracking with open/close events and using open/close methods to programmatically show/hide tooltips 2010-03-31 20:19:09 +02:00
unknown
af2296b3b0 Tabs: Adding demo using cookie option for persistence 2010-03-30 22:46:41 +02:00
unknown
97ba4776db Shopping-Cart demo: Add new demo to droppable demo index 2010-03-30 22:34:46 +02:00
unknown
649fc8f4bd Shopping-Cart demo: Fix demo title 2010-03-30 22:08:43 +02:00
unknown
9dfbb3fc3f Shopping-Cart demo: Fix the eager activeClass on sorting 2010-03-30 22:08:04 +02:00
unknown
a9c2bdc0b5 Shopping-Cart demo: fix typos 2010-03-30 22:04:23 +02:00
unknown
c9a877e81a Adding shopping cart demo for integration of accordion, draggable, droppable and sortable 2010-03-30 21:57:43 +02:00
jzaefferer
f1933142e4 Merge branch 'master' into tooltip 2010-03-26 12:45:32 -04:00
jzaefferer
56a3d4cbff Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo 2010-03-26 10:59:34 -04:00
jzaefferer
2766e1997a Tooltip: Fixing up demo 2010-03-25 14:45:50 -04:00
Scott González
b4729e5512 Autocomplete demo: Removed todo (already captured in trac). 2010-03-24 13:24:19 -04:00
jzaefferer
7dbf7ecfc1 Copying files from old Googlecode dev branch for tooltip 2010-03-21 22:28:32 +01:00
jzaefferer
678844ed8c Combobox demo: Improved styling and added a title to the button, to avoid having   in the tooltip 2010-03-20 22:04:35 +01:00
Scott González
1899cca942 Autocomplete: Combobox demo - don't use position plugin to place the button next to the text field.
Fixes #5338 - autocomplete combobox look weird in opera 10.50.
2010-03-20 16:57:37 -04:00
Scott González
22ba931c39 Menu: skip over elements that aren't menu items.
Fixes #5188 - Refactor menu rendering for more customizing.
2010-03-20 14:37:25 -04:00
Richard Worth
89abd42970 demos index: put effects in a more logical order 2010-03-18 10:50:37 +00:00
Richard Worth
df4f72a5cb demos index: put effects in a more logical order 2010-03-18 10:48:29 +00:00
Richard Worth
2dd8539664 button default demo: moved prevent navigation to # when clicking on anchor button to head 2010-03-18 10:38:25 +00:00
Richard Worth
aeec6b3100 demos: html validation 2010-03-18 10:31:17 +00:00
Richard Worth
8d87d06758 eol-style and mime-type 2010-03-17 23:42:32 +00:00
Richard Worth
119937725f position demo - fixed html validation issue. Hopefully will fix #5358 - Position Demo is borked 2010-03-17 19:22:05 +00:00
Richard Worth
2a7fc816ee autocomplete: combobox demo: tweaked padding to be more consistent across browsers 2010-03-15 20:32:02 +00:00
Richard Worth
01ac417875 autocomplete demo: corrected spelling of perl 2010-03-15 19:35:05 +00:00
Richard Worth
49bc171fe7 button demo: minor update 2010-03-15 19:30:29 +00:00
Richard Worth
97a5b24830 Button demo: added description 2010-03-15 19:29:35 +00:00
Richard Worth
bfc180b1ba html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase 2010-03-12 03:18:34 +00:00
Richard Worth
a99a284b2f button default demo: prevent navigation to # when clicking on anchor button 2010-03-10 14:46:40 +00:00
Keith Wood
b2ef0fcc9e Datepicker: Tamil localisation 2010-03-02 08:27:46 +00:00
Scott González
c16246f502 Button demo: Fixed duplicate id. 2010-03-02 02:44:41 +00:00
Keith Wood
d6fd76c0c1 Datepicker: Add Faroese localisation 2010-02-26 08:09:58 +00:00
Jörn Zaefferer
8b20f1ff9b ajax tabs demo: renamed tabs to fit on the demo template 2010-02-24 18:47:26 +00:00
Jörn Zaefferer
a5eab4cc38 Fix for #4451 - ajax tabs error handling 2010-02-24 18:43:33 +00:00
Keith Wood
a8747488d0 Datepicker: Fixed #5156 Added Chinese Hong Kong localisation
That makes 50!
2010-02-22 08:43:38 +00:00
Jörn Zaefferer
8e8094be4b use button on accordion demo page with a button-eleement 2010-02-20 17:54:35 +00:00
Jörn Zaefferer
b53bf774ce partial for #5126 - less rows in remote demo to avoid scrolling 2010-02-20 17:46:19 +00:00
Jörn Zaefferer
012ed1a194 partial for #5126 - improved custom data demo 2010-02-20 17:39:57 +00:00
Jörn Zaefferer
d2903141e0 partial for #5126 - extra classes for combobox input 2010-02-20 17:36:07 +00:00
Jörn Zaefferer
1dd12faf42 partial for #5126 - less rows in remote jsonp demo to avoid scrolling 2010-02-20 17:34:37 +00:00
Jörn Zaefferer
b9882e903a no delay need for local data 2010-02-17 09:24:01 +00:00
Scott González
f52018a344 Autocomplete categories demo: Simplified styling. 2010-02-17 03:40:01 +00:00
Scott González
1342b2a867 Autocomplete categories demo: Removed custom jQuery methods and tweaked the category styling. 2010-02-17 03:28:18 +00:00
Scott González
d3141b84cb Autocomplete demo: Added styling to the categories. 2010-02-17 02:08:43 +00:00
Scott González
5aaae1d695 Working categorized autocomplete demo. 2010-02-17 01:56:01 +00:00
Jörn Zaefferer
4f4715017d Fix for #5188 along with a half-functional demo (buggy keyboard navigation) 2010-02-16 16:20:05 +00:00
Richard Worth
0798b10717 Fixed #5182 - Update to jQuery 1.4.2 2010-02-16 02:39:57 +00:00
Richard Worth
828bcdd2f0 fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1 2010-02-16 01:38:23 +00:00
Scott González
341dbce9e4 Removed extra semicolon. 2010-02-06 03:56:24 +00:00
Scott González
0b976c4616 Slider demo: Don't change default values.
Fixes #5131 - Slider demos need options reset before loading next demo.
2010-02-05 02:30:48 +00:00
Jörn Zaefferer
b72caa0f3d autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes 2010-01-28 13:29:20 +00:00
Jörn Zaefferer
de8ed36df1 autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes 2010-01-28 13:27:32 +00:00
Jörn Zaefferer
961238a50b autocomplete: use json_encode in PHP to produce valid JSON 2010-01-28 13:22:52 +00:00
Richard Worth
79bd955054 switched to jQuery 1.4.1 2010-01-27 12:29:43 +00:00
Jörn Zaefferer
1382af8af0 autocomplete: added xml-parsing demo 2010-01-26 20:52:21 +00:00
Jörn Zaefferer
1d560a53b5 button: more specific selectors for demo pages, avoiding any other global demo page issues 2010-01-20 17:52:06 +00:00
Jörn Zaefferer
aba705c91d button: don't style everything, just the demo 2010-01-20 17:32:08 +00:00
Richard Worth
eecbde22a6 eol-style and mime-type 2010-01-20 14:00:14 +00:00
Richard Worth
a1e069759d switched to jQuery 1.4 2010-01-20 13:52:38 +00:00
Scott González
010385b2fa Dialog, position: Removed bgiframe option; always use bgiframe when available.
Fixes #5071 - Remove bgiframe option from all plugins.
2010-01-19 23:25:38 +00:00
Scott González
7d96a0d096 Widget factory: Changed _create to _init.
Partial fix for #5064 - Widget: make multiple instantiation more useful.
2010-01-15 18:58:20 +00:00
Scott González
486373239f Dialog: Tweaking demo so buttons fit on one line. 2010-01-15 02:14:53 +00:00
Scott González
1c31a26b56 Replaced stackfix with bgiframe.
Fixes #5061 - Remove stackfix.
2010-01-14 18:09:07 +00:00
Scott González
6024fdf256 Copied autocomplete from dev branch. 2010-01-14 17:23:11 +00:00
Scott González
4c0823a019 Tabs ajax demo: Changed content of one of the remote tabs so it's obvious that the two ajax tabs are actually loading different files. 2010-01-13 00:39:40 +00:00
Scott González
cc9359ce64 Accordion demos: Added missing include of mouse plugin.
Fixes #5046 - Accordion demos: Missing mouse plugin.
2010-01-07 05:58:13 +00:00
Scott González
90fb45dffa Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests). 2010-01-07 03:19:50 +00:00
Richard Worth
1d41fc6715 slider: fixed missing references to mouse plugin 2010-01-01 12:48:11 +00:00
Scott González
752c191a71 Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction plugins. 2009-12-23 03:29:33 +00:00
Scott González
06e29401b8 Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
2009-12-22 19:51:24 +00:00
Jörn Zaefferer
b6d17b24d4 extracting widget factory into jquery.ui.widget.js 2009-12-16 22:20:18 +00:00
Keith Wood
2b31eafb61 Dstepicker - Demonstrate opening/closing animations 2009-12-08 00:08:44 +00:00
Keith Wood
a53da5ab89 Datepicker - Fixed #4987 - Add bosnian language to DatePicker 2009-12-08 00:02:19 +00:00