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 9: | Line 9: | ||
$(data['questions'][0]).each(function(i){ | $(data['questions'][0]).each(function(i){ | ||
console.log($(this)); | console.log($(this)); | ||
alert(i); | |||
}); | }); | ||
}).error(function(error){ | }).error(function(error){ |