Ever wanted a getJSON which does a post?
Here it is:
jQuery.extend({
postJSON: function(url, data, callback)
{
$.post(url, data, callback, "json");
}
});
|
Ever wanted a getJSON which does a post? Here it is: jQuery.extend({
postJSON: function(url, data, callback)
{
$.post(url, data, callback, "json");
}
});
Leave a Reply
|
And shepherds we shall be, for thee my Lord for thee, power hath descended forth from thy hand, that our feet may swiftly carry out thy command. We shall flow a river forth to thee, and teeming with souls shall it ever be. In nomine Patris, et Filii, et Spiritus Sancti.