github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 919
    • 211
  • Source
  • Commits
  • Network (211)
  • Graphs
  • Tree: fe71d5d

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (21)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.4
    • 1.8.3
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.

We will need to undo this change when ThemeRoller supports generating loading images.
scottgonzalez (author)
Mon Jul 19 06:41:21 -0700 2010
commit  fe71d5d0a05b1e45055d
tree    aaef894215fe208bff09
parent  612838a1518c8cdc80b5
M demos/autocomplete/multiple-remote.html 3 •••
M demos/autocomplete/remote-jsonp.html 3 •••
M demos/autocomplete/remote-with-cache.html 3 •••
M demos/autocomplete/remote.html 3 •••
M demos/autocomplete/xml.html 3 •••
M themes/base/jquery.ui.autocomplete.css 1 •
Txt demos/autocomplete/multiple-remote.html
  • View file @ fe71d5d
... ...
@@ -10,6 +10,9 @@
10 10
   <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
11 11
   <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script>
12 12
   <link type="text/css" href="../demos.css" rel="stylesheet" />
  13
+  <style type="text/css">
  14
+  .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }
  15
+  </style>
13 16
   <script type="text/javascript">
14 17
   $(function() {
15 18
     function split(val) {
Txt demos/autocomplete/remote-jsonp.html
  • View file @ fe71d5d
... ...
@@ -10,6 +10,9 @@
10 10
   <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
11 11
   <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script>
12 12
   <link type="text/css" href="../demos.css" rel="stylesheet" />
  13
+  <style type="text/css">
  14
+  .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }
  15
+  </style>
13 16
   <script type="text/javascript">
14 17
   $(function() {
15 18
     function log(message) {
Txt demos/autocomplete/remote-with-cache.html
  • View file @ fe71d5d
... ...
@@ -10,6 +10,9 @@
10 10
   <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
11 11
   <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script>
12 12
   <link type="text/css" href="../demos.css" rel="stylesheet" />
  13
+  <style type="text/css">
  14
+  .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }
  15
+  </style>
13 16
   <script type="text/javascript">
14 17
   $(function() {
15 18
     var cache = {};
Txt demos/autocomplete/remote.html
  • View file @ fe71d5d
... ...
@@ -10,6 +10,9 @@
10 10
   <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
11 11
   <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script>
12 12
   <link type="text/css" href="../demos.css" rel="stylesheet" />
  13
+  <style type="text/css">
  14
+  .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }
  15
+  </style>
13 16
   <script type="text/javascript">
14 17
   $(function() {
15 18
     function log(message) {
Txt demos/autocomplete/xml.html
  • View file @ fe71d5d
... ...
@@ -10,6 +10,9 @@
10 10
   <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script>
11 11
   <script type="text/javascript" src="../../ui/jquery.ui.autocomplete.js"></script>
12 12
   <link type="text/css" href="../demos.css" rel="stylesheet" />
  13
+  <style type="text/css">
  14
+  .ui-autocomplete-loading { background: white url('../../themes/base/images/ui-anim_basic_16x16.gif') right center no-repeat; }
  15
+  </style>
13 16
   <script type="text/javascript">
14 17
   $(function() {
15 18
     function log(message) {
Txt themes/base/jquery.ui.autocomplete.css
  • View file @ fe71d5d
... ...
@@ -8,7 +8,6 @@
8 8
  * http://docs.jquery.com/UI/Autocomplete#theming
9 9
  */
10 10
 .ui-autocomplete { position: absolute; cursor: default; }  
11  
-.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
12 11
 
13 12
 /* workarounds */
14 13
 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

0 notes on commit fe71d5d

Please log in to comment.
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska
  • 中文