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.list).each(function(key, element){
                 $(data.questions.list).each(function(key, element){
                           console.log($(this));
                           console.log(element);
                 });
                 });
}).error(function(error){
}).error(function(error){

Revision as of 17:25, 3 February 2014