Call jQuery.getJSON() instead of the more generic jQuery.get().
Warren Young
2009-09-28 16:43:09
Call jQuery.getJSON() instead of the more generic jQuery.get().
Use 'json' as 4th parameter of function $.get
$.get(url, params, callback, 'json');