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
Ajax recommendation
Moderator: General Moderators
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
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
- julian_lp
- Forum Contributor
- Posts: 121
- Joined: Sun Jul 09, 2006 1:00 am
- Location: la plata - argentina
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 )themurph wrote:You can always roll your own!
I've had some success with variations of the code presented at this link: