File tree Expand file tree Collapse file tree 6 files changed +15
-1
lines changed
Expand file tree Collapse file tree 6 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1010 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
1212 < 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 >
1316 < script type ="text/javascript ">
1417 $ ( function ( ) {
1518 function split ( val ) {
Original file line number Diff line number Diff line change 1010 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
1212 < 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 >
1316 < script type ="text/javascript ">
1417 $ ( function ( ) {
1518 function log ( message ) {
Original file line number Diff line number Diff line change 1010 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
1212 < 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 >
1316 < script type ="text/javascript ">
1417 $ ( function ( ) {
1518 var cache = { } ;
Original file line number Diff line number Diff line change 1010 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
1212 < 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 >
1316 < script type ="text/javascript ">
1417 $ ( function ( ) {
1518 function log ( message ) {
Original file line number Diff line number Diff line change 1010 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.autocomplete.js "> </ script >
1212 < 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 >
1316 < script type ="text/javascript ">
1417 $ ( function ( ) {
1518 function log ( message ) {
Original file line number Diff line number Diff line change 88 * http://docs.jquery.com/UI/Autocomplete#theming
99 */
1010.ui-autocomplete { position : absolute; cursor : default; }
11- .ui-autocomplete-loading { background : white url ('images/ui-anim_basic_16x16.gif' ) right center no-repeat; }
1211
1312/* workarounds */
1413* 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