Widget:Sandbox2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
}).done(function (data) { | }).done(function (data) { | ||
$(data['questions'][0]).each(function(){ | $(data['questions'][0]).each(function(){ | ||
$(this).each(function(){ | |||
console.log($(this)); | |||
console.log(" "); | console.log(" "); | ||
}); | |||
}); | }); | ||
}).error(function(error){ | }).error(function(error){ |