AJAX (Asynchronous JavaScript and XML) Amit Jain CS 590 – Winter 2008
Last Presentation What is AJAX How AJAX works DOM Understanding DOM Hello World Application
AJAX Libraries Plenty of Open Source Libraries available Free to use, modify, merge, publish and even sell.
A Small Example A simple Content Slide up, Slide down Example How to use it A real world Usage
How it Works The basic Javascript DOM manipulation Algorithm Get the content and its height using Div or id Modify its visibility Update its height and top attributes depending on slide up or slide down. Set a timer to repeat the above step
Some more Demos not developed by me Table Sort Example decoder.com/demo/table-sort- revisited/dynamic/ Tip Zoom Magnifier