Widget:WJG UserExamQuery: Difference between revisions

Jump to navigation Jump to search
No edit summary
Undo revision 1002333 by William J Gibson (talk)
Line 41: Line 41:
runQuery();
runQuery();
}
}
});
});
$("tr:odd").addClass("odd");
$("tr:not(.odd)").hide();
$("tr:first-child").show();
console.log('Got here, reading this');
console.log('Got here finished');
        });


        });
};
};
function runQuery() {
function runQuery() {
Line 118: Line 122:
             });
             });
ensureLoggedIn
ensureLoggedIn
$("tr:odd").addClass("odd");
$("tr:not(.odd)").hide();
$("tr:first-child").show();
console.log('Got here, reading this');
console.log('Got here finished');
});
});



Revision as of 23:51, 26 July 2014