Team:IIT Madras/Template:header
From 2011.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> | ||
- | + | <script type="text/javascript"> | |
jQuery( document ).ready( function( $ ) { | jQuery( document ).ready( function( $ ) { | ||
Line 59: | Line 59: | ||
$("#about_links").hide(); | $("#about_links").hide(); | ||
}); | }); | ||
+ | |||
+ | $("#project_links").hover(function(){ | ||
+ | $(this).show(); | ||
+ | }, | ||
+ | function(){$(this).hide();}); | ||
+ | |||
+ | $("#scribbles_links").hover(function(){ | ||
+ | $(this).show(); | ||
+ | }, | ||
+ | function(){$(this).hide();}); | ||
+ | |||
+ | $("#about_links").hover(function(){ | ||
+ | $(this).show(); | ||
+ | }, | ||
+ | function(){$(this).hide();}); | ||
+ | |||
+ | $("#modelling_links").hover(function(){ | ||
+ | $(this).show(); | ||
+ | }, | ||
+ | function(){$(this).hide();}); | ||
}); | }); | ||
- | </script | + | </script> |
</head> | </head> |
Revision as of 20:30, 4 October 2011