Team:Alberta/Templates/Header

From 2012.igem.org

(Difference between revisions)
Line 275: Line 275:
<script>
<script>
-
window.onload = function(){  
+
$(document).ready( function() {
var index = readCookie("lastClick");
var index = readCookie("lastClick");
alert(index);
alert(index);
-
}
+
});
function showSubMenu(menu, parent) {
function showSubMenu(menu, parent) {

Revision as of 15:07, 26 September 2012