I am going to use the ajax for simply refresh the multiple element on the page based on synchronous or asynchronous . I want to refresh the page When the ajax request in completed. Is there any ajax framework that has ajax utility function ? I did not use any javascript framework. Now I am developing page based on J2EE.
A:
Prototype and jQuery are generally considered the best ajax javascript frameworks. For a complete list of ajax frameworks go here.
Bozhidar Batsov
2010-04-12 09:43:11
+2
A:
jQuery is my choice..Simple, lightweight, cross-browser, easily implementable and has allot of examples everywhere.
Hanseh
2010-04-12 09:53:45
Jquery. Documentation is excellent. And there is JQuery UI which is very nice. Great plugin support also.
JavaRocky
2010-04-12 09:56:20
even in the related post, jQuery wins - http://stackoverflow.com/questions/798840/what-should-i-choose-jquery-mootools-yui-scriptaculous-or-prototype
Hanseh
2010-04-12 10:01:03