February 23rd, 2009
Tutorial : Overlay a AJAX Spinner in the center of Web Page using Prototype
This tutorial is specially for beginners who are wondering how to place an AJAX Spinner. Its very simple guys. Just read below to find out.
To those people who have wondered how to show the spinner image + loading message when any ajax request is made and to hide the spinner image + loading message when the request is successfully completed, this tutorial will help you out in achieving it and also teaches you how to show this loading box in the center of the browser screen and grey out the background contents with cool fade effects.
Index :
- Page 1 : Introduction
- Page 2 : Required HTML/Javascript Code/CSS
- Page 3 : Complete Code of Demo
Pre-Requisites :
A little bit of CSS,HTML knowledge and know-how of Prototype, Scriptaculous.
