You can roll your own:
jQuery.extend({
postJSON: function( url, data, callback ) {
return jQuery.post(url, data, callback, "json");
}
});Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
