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 7: Line 7:
async : false
async : false
}).done(function (data) {
}).done(function (data) {
                 $($.makeArray(data['questions']['0'])).each(function(key, element){
                 $($.makeArray(data.questions['0'])).each(function(key, element){
        console.log(element);
        console.log(element);
                 });
                 });

Revision as of 17:15, 3 February 2014