Search |
||
Ajax WaiterPosted by gmurray71 on October 26, 2008 at 5:28 PM PDT
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. »
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
Submitted by jorgechamorro on Sun, 2008-11-02 03:28.
Hi Greg.
Great, beautiful spinner !
I'm experimenting with its 3D look:
see http://jorgechamorro.com/cljs/025/
:-)
Regards,
Jorge.
P.S. Search & replace your source: "ctx.maxWith" -> "ctx.maxWidth".
|
||
|
|