Quote:
Originally Posted by digioz
Assuming that you use some sort of an AJAX library in your programming, which AJAX Library do you use and why? Post your explaination bellow.
|
I use a mini AJAX function that I wrote for simplicity, utility, and flexibility. It does form field extraction from a list of supplied fields or or processes a supplied query string. It posts to a div or span you specify, and runs one or more functions upon return. I'll post it if anyone's interested, it's only 70 lines or so.
I know that mootools, JQuery, SACK, Prototype and the other JS libraries are more powerful, but they're complex, much bigger and tend to force you to do things their way.