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

Revision as of 17:24, 3 February 2014