MyITBlog.com - IT Professionals Online Journal
 
  Home  |   Site News  |   About Us  |   Privacy  |   FAQ  |   Contact   Add Blog Entry  |  Login  |  Register   
   HOME  >  IT Water Cooler

JavaScript Timers for Ajax
by Lokesh on 24 Apr 2008, 08:25
Total Hits: 95    Comments: 0   Votes: 0
Category: IT Water Cooler     

JavaScript Timers for Ajax 

The asynchronous function in Ajax establishes a single point connection from the server to the user interface in the browser. Developers have to work with this setting despite the number of functions that it has to execute “at the same time”. For the users, the function is executed at the same time but they are actually written asynchronously and are being lined up for execution when triggered by the user. The advantage of this single line of connection is that fact that

Read More...