1
$(document).ready(function() {
3
$("#addStudentButton").click(function(e) {
7
"ajax/popup/addStudents",
9
$("#popup").fadeIn(300).click(function(e) {e.stopPropagation();});
10
$("#popup .cancelButton").click(function(e) {
13
$("#popup").fadeOut(300, function() { $(this).remove(); });
19
$("html").click(function(e) {
22
$("#popup").fadeOut(300, function() { $(this).html("")});
25
$("#viewStudents table tr:even").addClass("even");
26
$("#viewStudents table tr:odd").addClass("odd");
b'\\ No newline at end of file'