From df932bbba35be7f2e6f741ee114644e536774a76 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 9 Sep 2010 22:24:52 -0400 Subject: Autocomplete demos: Coding standards. --- demos/autocomplete/combobox.html | 50 +++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 26 deletions(-) (limited to 'demos/autocomplete/combobox.html') diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index b5309888e..d78d12155 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -1,27 +1,27 @@ - + jQuery UI Autocomplete Combobox Demo - - - - - - - - - - @@ -152,13 +152,11 @@ + +
-

-A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections. -

-

-The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option. -

+

A custom widget built by composition of Autocomplete and Button. You can either type something into the field to get filtered suggestions based on your input, or use the button to get the full list of selections.

+

The input is read from an existing select-element for progressive enhancement, passed to Autocomplete with a customized source-option.

-- cgit v1.2.3