File tree 6 files changed +15
-1
lines changed
6 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff line change 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 = { } ;
Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments