Page 1 of 1

Suggested AJAX framework?

Posted: Fri Apr 04, 2008 11:49 pm
by Sequalit
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>

Re: Suggested AJAX framework?

Posted: Sat Apr 05, 2008 1:50 am
by Christopher
I would recommend going with one of the standard libraries -- Prototype, jQuery, mootools, etc. They all have Ajax functionality.

Re: Suggested AJAX framework?

Posted: Sat Apr 05, 2008 5:08 pm
by Sequalit
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

Re: Suggested AJAX framework?

Posted: Sat Apr 05, 2008 8:43 pm
by John Cartwright
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.

:idea:

Re: Suggested AJAX framework?

Posted: Sat Apr 05, 2008 11:26 pm
by anjanesh
A recently released one called DynarchLIB looks real cool in FF, but everything doesnt work in IE yet.