8 March 2006 View Comments

My-BIC = Easy Ajax

Here’s a framework for Ajax which is trying to make Ajax programming a lot easier and simpler. My-BIC provides support for XML, JSON and Text based Ajax transactions and works on Safari, Firefox, IE and Opera.

Submitting forms with ajax used to be a pain, you had to create your own query strings and send it to the server… no longer with My-Bic. Watch how easy sending a form with 20, 30, 40, 50 or more fields is:


1.
2. var formVars = ajaxObj.getForm('yourFormID');
3. ajaxObj.call('action=postComment' formVars);
4.

That is it my friend! You just create your form with an ID and pass it on in and My-Bic will do the rest. It supports text, textarea, checkboxes, radios, single select, multiselect, arrays, and passwords! To PHP it will look the same as any other form variable submitted to your website. Check out the demo Forms Test
Link: My-BIC = Easy Ajax

  • Samuel
    cool,thanks for the find. I've been looking for a decent php/ajax framework
blog comments powered by Disqus