Forum Moderators: open

Message Too Old, No Replies

any good javascript ajax class ?

         

PHPycho

6:17 am on Apr 4, 2008 (gmt 0)

10+ Year Member



Hello forums!
Can anybody refer a good javascript Ajax class (with loading page effects more preferrable(wink)),
which can be used with just creating objects and with minimal amount of code?

Thanks in advance for the help.

Fotiman

3:15 pm on Apr 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



[developer.yahoo.com...]

Not sure if that's the sort of thing you're looking for.

httpwebwitch

7:25 pm on Apr 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I use Mootools for that kind of thing. With it you can refresh a portion of your DOM with some AJAX in one line:

var myAjax = new Ajax(url, {method:'get',update:'mydiv'}).request();

source [docs.mootools.net]

adding a pretty loading graphic is easy too