Web Design Tutorials and Articles: Connecting Ajax Functions

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

Connecting Ajax Functions

Ajax Chain Introduction Ajax call behaves like a JavaScript thread. While the call is going on, execution of the JavaScript code in the flow of the code carries on. If you have to make several JavaScript calls, one after another, what do you do? Is it possible for you to estimate the time a segment of code in the normal flow would have been executed, before you insert the next Ajax call? Well, Ajax Chain and a particular strategy is the solution. I show you how to achieve that, in this article.... Sign in to see full entry.

Previous: XHTML Hyperlink Basics - New Entries - Next: Introduction to JavaScript String Regular Expressions

Headlines (What is this?)