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/remote-jsonp.html | 65 +++++++++++++++++------------------- 1 file changed, 31 insertions(+), 34 deletions(-) (limited to 'demos/autocomplete/remote-jsonp.html') diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index 127298e36..738bee522 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -1,27 +1,28 @@ - + jQuery UI Autocomplete Remote JSONP datasource demo - - - - - - - - - - @@ -76,13 +75,11 @@ + +
-

-The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are cities, displayed when at least two characters are entered into the field. -

-

-In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input. -

+

The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are cities, displayed when at least two characters are entered into the field.

+

In this case, the datasource is the geonames.org webservice. While only the city name itself ends up in the input after selecting an element, more info is displayed in the suggestions to help find the right entry. That data is also available in callbacks, as illustrated by the Result area below the input.

-- cgit v1.2.3