$(rec.data[id]).each(function(){ for(var key in this){ if(key == value){ console.info(this[key].desc) } } })
$(rec.data[id]).each(function(){
for(var key in this){
if(key == value){
console.info(this[key].desc)
}
})