any good javascript ajax class ??

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

any good javascript ajax class ??

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: any good javascript ajax class ??

Post 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.
(#10850)
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

Re: any good javascript ajax class ??

Post by PHPycho »

any specific native javascript class ?
actually prototype, mootools etc are js frameworks.
Anyway thanks.
andrei.mita
Forum Commoner
Posts: 65
Joined: Sun May 08, 2005 4:06 am
Location: Barlad/Romania

Re: any good javascript ajax class ??

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: any good javascript ajax class ??

Post 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.
(#10850)
User avatar
arjan.top
Forum Contributor
Posts: 305
Joined: Sun Oct 14, 2007 4:36 am
Location: Hoče, Slovenia

Re: any good javascript ajax class ??

Post by arjan.top »

You can try miniajax (http://code.google.com/p/miniajax/)
Post Reply