Widget:UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
}) | }) | ||
.always(function (data) { | .always(function (data) { | ||
console.log( | $.each(data.userExamQuery[, function(index, value){ | ||
console.log(index); | |||
console.log(value); | |||
}); | |||
}); | }); | ||
} | } |