var myCategory = "cheese";
$.each(data[myCategory], function(i, item)
            { do a ton of stuff
    }

Reply via email to