Revision 5684
Added by ben leinfelder almost 14 years ago
index.jsp | ||
---|---|---|
256 | 256 |
checkSearch(formObj); |
257 | 257 |
|
258 | 258 |
// start the busy indicator |
259 |
$("#searchResults").busy({ position : 'left', offset: -30, hide : true, img : "images/busy.gif" }); |
|
259 |
$("#searchResults").busy( |
|
260 |
{ |
|
261 |
position : 'left', |
|
262 |
offset : -30, |
|
263 |
hide : true, |
|
264 |
img : "<%=STYLE_SKINS_URL%>/semtools/images/busy.gif" |
|
265 |
}); |
|
260 | 266 |
|
261 | 267 |
//load the results |
262 | 268 |
$("#searchResults").load( |
Also available in: Unified diff
remove special ">>" character from style sheet
use absolute path to the spinner animated gif