Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
} | } | ||
}); | }); | ||
$("tr:odd").addClass("odd"); | $("tr:odd").addClass("odd"); | ||
$("tr:not(.odd)").hide(); | $("tr:not(.odd)").hide(); | ||
Line 48: | Line 47: | ||
console.log('Got here, reading this'); | console.log('Got here, reading this'); | ||
console.log('Got here finished'); | console.log('Got here finished'); | ||
}); | |||
}; | }; |