Widget:WJG UserExamQuery: Difference between revisions
Jump to navigation
Jump to search
Undo revision 1002333 by William J Gibson (talk) |
Undo revision 1002331 by William J Gibson (talk) |
||
Line 42: | Line 42: | ||
} | } | ||
}); | }); | ||
}); | |||
$("tr:odd").addClass("odd"); | $("tr:odd").addClass("odd"); | ||
$("tr:not(.odd)").hide(); | $("tr:not(.odd)").hide(); | ||
Line 47: | Line 48: | ||
console.log('Got here, reading this'); | console.log('Got here, reading this'); | ||
console.log('Got here finished'); | console.log('Got here finished'); | ||
}; | }; |