Hi
Am currently debugging an application with firebug and I would like to view what json/XML values my urls are returning. Am using the MVC structure and therefore something close to
jQuery("#list1").jqGrid({
url:'http://localhost/Zend/jqueryapp/public/artist/index',
datatype: "json",
mtype: 'GET',
//console.log("http://localhost/Zend/jqueryapp/public/artist/index"),
the console.log
bit is the challenge.
How do I hack this?