You need basic ajax functions and you need a simple, small library not like those big, complex libraries like prototype. Well, open source community hears you. MiniAjax is a lightweight ajax library which is only 1.4 kb without compression. MiniAjax can do simple form serializing, send request to a url, get its response by both GET or POST methods and insert the result in a html element if needed, submit a form.
Here is the Google Code page of this library: http://code.google.com/p/miniajax/ (Everything in one page). You can find discussions and some extra functions at DZone Snippets

Comments