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
 
(32 intermediate revisions by the same user not shown)
Line 7: Line 7:
async : false
async : false
}).done(function (data) {
}).done(function (data) {
                 $(data['questions'][0]).each(function(i){
                 $.each(data.questions.list, function(key, element){
console.log($(this));
                          console.log(key);
                console.log(" ");
                 });
                 });
}).error(function(error){
}).error(function(error){

Latest revision as of 17:33, 3 February 2014