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