Page 1 of 1
Ajax recommendation
Posted: Mon Jul 10, 2006 6:41 pm
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
Posted: Mon Jul 10, 2006 7:35 pm
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

Posted: Mon Jul 10, 2006 7:43 pm
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 )
Posted: Mon Jul 10, 2006 7:56 pm
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.