Widget:WJG UserExamQuery: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
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 122: Line 118:
             });
             });
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 22:32, 26 July 2014