masugidsk8r 0 Report post Posted June 6, 2007 For several months I've been avoiding this newly released Javascript library called JQuery. I took a look at it and found it to be confusing (not having read the tutorials). Companies have been asking web developers to implement this idea so I thought it'd be hard to learn. But just today, after loosing my own javascript library, I turned to JQuery for help with developing AJAX apps more easily. And to my astonishment, I found it quite doable and easy to do. It turns out that the $.ajax() function just takes a parameter of values. It's clear and cut. Tell the javascript you want an ajax function and give it some attributes such as url (where to send the data), data (the data), success(function to run) and more things that is easy to understand.I recommend trying it out for those javascript developers. Share this post Link to post Share on other sites