Ajax recommendation

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
julian_lp
Forum Contributor
Posts: 121
Joined: Sun Jul 09, 2006 1:00 am
Location: la plata - argentina

Ajax recommendation

Post by julian_lp »

I need to include ajax in one project, just to send to the server some information, and then updating a div with the data receibed (php in the server)

So, even though the toolkit that I need right now isn't complex-heavyweight at all, I'm interested in using some library to learn and use in future projects.

Should I go with

Google?
Yahoo?
Rico?
Laszlo?

Some other?

waiting for some advice!

regards - julian
User avatar
themurph
Forum Commoner
Posts: 76
Joined: Wed Apr 19, 2006 1:56 pm
Contact:

Post by themurph »

You can always roll your own!

I've had some success with variations of the code presented at this link:

http://www.dynamicdrive.com/dynamicinde ... ontent.htm

It details swapping DIV content via a link, but you can easily modify it to work
off of any js method like on page loads and such.

Good Luck :D
User avatar
julian_lp
Forum Contributor
Posts: 121
Joined: Sun Jul 09, 2006 1:00 am
Location: la plata - argentina

Post by julian_lp »

themurph wrote:You can always roll your own!

I've had some success with variations of the code presented at this link:
Yes, but I'm lazy to do such a work when there are so many projects out there. Specially beacause all of them are cross browser compatible (I do not own a mac, so I cant test the code against safari )
User avatar
themurph
Forum Commoner
Posts: 76
Joined: Wed Apr 19, 2006 1:56 pm
Contact:

Post by themurph »

If all you want to do is dynamically swap DIV content, the code at that page works
right out of the box. (it's also very compact and straightforward).

It alludes to safari compatibility in the comments as well, though
i have only tested it on FF and IE, personally.
Post Reply