|
|
||
Greg Murray's BlogAjax WaiterPosted by gmurray71 on October 26, 2008 at 05:28 PM | Comments (2)I came across a situation where I needed an Ajax style spinner but could not download any images. I extended concepts from the jMaki Revolver to make an image free spinner all in JavaScript.
window.waiter.show({ speed: 1,
delay : 40,
targetId : 'body',
textColor : '#FFF',
background: 'green',
opacity : 85,
message : 'Please wait 2'});
For detailed documentation on all the properties and more examples see the Ajax Waiter. If there are features or enhancements you would like to see let me know. Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment
| ||
|
|