On Aug 11, 12:26 am, "Michael Geary" <m...@mg.to> wrote:
> Just use $.getJSON() or $.ajax() with the 'json' or 'jsonp' dataType as
> needed.

Speaking of: i recommend AGAINST using getJSON() because it muddles up
my Apache logs horribly (the JSON gets encoded in the request, which
gets logged as urlencoded garbage). JSON should, IMO, be sent over
POST.

Reply via email to