diff options
Diffstat (limited to 'demos/autocomplete')
-rw-r--r-- | demos/autocomplete/multiple-remote.html | 2 | ||||
-rw-r--r-- | demos/autocomplete/remote-jsonp.html | 2 | ||||
-rw-r--r-- | demos/autocomplete/remote-with-cache.html | 2 | ||||
-rw-r--r-- | demos/autocomplete/remote.html | 2 | ||||
-rw-r--r-- | demos/autocomplete/xml.html | 4 |
5 files changed, 7 insertions, 5 deletions
diff --git a/demos/autocomplete/multiple-remote.html b/demos/autocomplete/multiple-remote.html index 0cf75c5db..7638833bb 100644 --- a/demos/autocomplete/multiple-remote.html +++ b/demos/autocomplete/multiple-remote.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="../demos.css"> <style> .ui-autocomplete-loading { - background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; + background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; } </style> <script> diff --git a/demos/autocomplete/remote-jsonp.html b/demos/autocomplete/remote-jsonp.html index efe13c10b..3cd718862 100644 --- a/demos/autocomplete/remote-jsonp.html +++ b/demos/autocomplete/remote-jsonp.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="../demos.css"> <style> .ui-autocomplete-loading { - background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; + background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; } #city { width: 25em; } </style> diff --git a/demos/autocomplete/remote-with-cache.html b/demos/autocomplete/remote-with-cache.html index 27d2fb8a7..200949bb8 100644 --- a/demos/autocomplete/remote-with-cache.html +++ b/demos/autocomplete/remote-with-cache.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="../demos.css"> <style> .ui-autocomplete-loading { - background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; + background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; } </style> <script> diff --git a/demos/autocomplete/remote.html b/demos/autocomplete/remote.html index 4fef00e93..d553aa13c 100644 --- a/demos/autocomplete/remote.html +++ b/demos/autocomplete/remote.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="../demos.css"> <style> .ui-autocomplete-loading { - background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; + background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; } </style> <script> diff --git a/demos/autocomplete/xml.html b/demos/autocomplete/xml.html index fc86bc88a..b60122021 100644 --- a/demos/autocomplete/xml.html +++ b/demos/autocomplete/xml.html @@ -12,7 +12,9 @@ <script src="../../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() { |