jzaefferer
|
5c55462a90
|
Autocomplete: multiple demo added
|
2010-04-15 10:43:47 +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
|
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
|
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
|
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 |
|
Scott González
|
b4729e5512
|
Autocomplete demo: Removed todo (already captured in trac).
|
2010-03-24 13:24:19 -04: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
|
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
|
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
|
bfc180b1ba
|
html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase
|
2010-03-12 03:18:34 +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 |
|
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 |
|
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
|
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
|
6024fdf256
|
Copied autocomplete from dev branch.
|
2010-01-14 17:23:11 +00:00 |
|