Page 1 of 1

any good javascript ajax class ??

Posted: Fri Apr 04, 2008 1:16 am
by PHPycho
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.

Re: any good javascript ajax class ??

Posted: Fri Apr 04, 2008 1:29 am
by Christopher
Prototype, jQuery, mootools, and many others have Ajax components. All make it easy. Most follow the Prototype design, but tweak to match their own style.

Re: any good javascript ajax class ??

Posted: Fri Apr 04, 2008 1:34 am
by PHPycho
any specific native javascript class ?
actually prototype, mootools etc are js frameworks.
Anyway thanks.

Re: any good javascript ajax class ??

Posted: Fri Apr 04, 2008 6:17 am
by andrei.mita
I'm new to javascrip, thou not to scripting. If I understood corectlly you might find usefull "the sack" - http://twilightuniverse.com/projects/sack

Re: any good javascript ajax class ??

Posted: Fri Apr 04, 2008 2:33 pm
by Christopher
PHPycho wrote:any specific native javascript class ?
actually prototype, mootools etc are js frameworks.
Anyway thanks.
They are really more libraries than frameworks. They are similar and represent the state-of-the-art in dealing with Javascript -- and all have Ajax. I would recommend picking one of those that you like rather than a specific Ajax library. You will gain more in the long run.

Re: any good javascript ajax class ??

Posted: Sat Apr 05, 2008 8:05 am
by arjan.top
You can try miniajax (http://code.google.com/p/miniajax/)