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.
any good javascript ajax class ??
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: any good javascript ajax class ??
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)
Re: any good javascript ajax class ??
any specific native javascript class ?
actually prototype, mootools etc are js frameworks.
Anyway thanks.
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 ??
I'm new to javascrip, thou not to scripting. If I understood corectlly you might find usefull "the sack" - http://twilightuniverse.com/projects/sack
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: any good javascript ajax class ??
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.PHPycho wrote:any specific native javascript class ?
actually prototype, mootools etc are js frameworks.
Anyway thanks.
(#10850)
Re: any good javascript ajax class ??
You can try miniajax (http://code.google.com/p/miniajax/)