diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-05-27 08:32:48 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-05-27 08:32:48 -0400 |
commit | be7da0239a5dbcd1a1458a5b642dc366fe626efe (patch) | |
tree | 67e768e25d010442f05b784c8b5e047d888d99ab /demos/autocomplete/remote-with-cache.html | |
parent | 09e88d6220af2f90197c826ac3a31a0ca97f2c8f (diff) | |
download | jquery-ui-be7da0239a5dbcd1a1458a5b642dc366fe626efe.tar.gz jquery-ui-be7da0239a5dbcd1a1458a5b642dc366fe626efe.zip |
Autocomplete demos: Coding standards.
Diffstat (limited to 'demos/autocomplete/remote-with-cache.html')
-rw-r--r-- | demos/autocomplete/remote-with-cache.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index d7aabd72a..3d7a818ed 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -12,7 +12,9 @@ <script src="../../ui/jquery.ui.autocomplete.js"></script> <link rel="stylesheet" href="../demos.css"> <style> - .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; } + .ui-autocomplete-loading { + background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; + } </style> <script> $(function() { @@ -44,7 +46,7 @@ <div class="ui-widget"> <label for="birds">Birds: </label> - <input id="birds" /> + <input id="birds"> </div> </div><!-- End demo --> |