What suggestions for an AJAX framework do you guys have?
Something lightweight and simple..
looking along the lines of
[code = php]
<form onsubmit=<?php AJAX::insertAjax('mypage') ?>></form>
Suggested AJAX framework?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Suggested AJAX framework?
I would recommend going with one of the standard libraries -- Prototype, jQuery, mootools, etc. They all have Ajax functionality.
(#10850)
Re: Suggested AJAX framework?
I am probably going to go with XAJAX, seems simple and exactly what I'm looking for.
was just wondering if you guys knew about something really sweet ;p
was just wondering if you guys knew about something really sweet ;p
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: Suggested AJAX framework?
Sequalit wrote:was just wondering if you guys knew about something really sweet ;p
arborint wrote:I would recommend going with one of the standard libraries -- Prototype, jQuery, mootools, etc. They all have Ajax functionality.
Re: Suggested AJAX framework?
A recently released one called DynarchLIB looks real cool in FF, but everything doesnt work in IE yet.