Tags: , , | Posted by Kevin Babcock on 5/6/2009 7:50 PM | Comments (0)
When using the jQuery client library to make an asynchronous call to the server, there are 6 built-in options available to you - $.ajax(), load(), $.get(), $.getJSON(), $.getScript(), and $.post(). The last 5 of them are simply abstractions of the first, using certain default values for the paramete... [More]