]> source.dussan.org Git - jquery-ui.git/commit
Copied autocomplete from dev branch.
authorScott González <scott.gonzalez@gmail.com>
Thu, 14 Jan 2010 17:23:11 +0000 (17:23 +0000)
committerScott González <scott.gonzalez@gmail.com>
Thu, 14 Jan 2010 17:23:11 +0000 (17:23 +0000)
commit6024fdf2564b274af2f2d306f420e44a2c88d7b1
treee2bace3eacb81bd9732226fc19dfd5089d19fe3f
parent7f5fe2f2f14406a0c028e92ab6203ae0b72a1e96
Copied autocomplete from dev branch.
27 files changed:
demos/autocomplete/combobox.html [new file with mode: 0644]
demos/autocomplete/custom-data.html [new file with mode: 0644]
demos/autocomplete/default.html [new file with mode: 0644]
demos/autocomplete/index.html [new file with mode: 0644]
demos/autocomplete/remote-jsonp.html [new file with mode: 0644]
demos/autocomplete/remote-with-cache.html [new file with mode: 0644]
demos/autocomplete/remote.html [new file with mode: 0644]
demos/autocomplete/search.php [new file with mode: 0644]
demos/images/jquery_32x32.png [new file with mode: 0644]
demos/images/jqueryui_32x32.png [new file with mode: 0644]
demos/images/sizzlejs_32x32.png [new file with mode: 0644]
demos/images/transparent_1x1.png [new file with mode: 0644]
demos/index.html
tests/unit/autocomplete/autocomplete.html [new file with mode: 0644]
tests/unit/autocomplete/autocomplete_core.js [new file with mode: 0644]
tests/unit/autocomplete/autocomplete_defaults.js [new file with mode: 0644]
tests/unit/autocomplete/autocomplete_events.js [new file with mode: 0644]
tests/unit/autocomplete/autocomplete_methods.js [new file with mode: 0644]
tests/unit/autocomplete/autocomplete_options.js [new file with mode: 0644]
tests/unit/autocomplete/autocomplete_tickets.js [new file with mode: 0644]
tests/unit/autocomplete/remote_object_array_labels.txt [new file with mode: 0644]
tests/unit/autocomplete/remote_object_array_values.txt [new file with mode: 0644]
tests/unit/autocomplete/remote_string_array.txt [new file with mode: 0644]
tests/visual/autocomplete/default.html [new file with mode: 0644]
themes/base/ui.autocomplete.css [new file with mode: 0644]
themes/base/ui.base.css
ui/jquery.ui.autocomplete.js [new file with mode: 0644]