Team:IIT Madras/Team
From 2012.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
jQuery(document).ready(function($){ | jQuery(document).ready(function($){ | ||
- | $( | + | $('#nrm').hover(function(){ |
- | $( | + | $('#nrm_contents').show(); |
- | } | + | }, |
function(){ | function(){ | ||
- | $( | + | $('#nrm_contents').hide(); |
- | } | + | }); |
- | + | ||
- | $(".stu_contents"). | + | $(".stu_contents").click(function(){ |
var id = $(this).attr('id'); | var id = $(this).attr('id'); | ||
alert(id); | alert(id); |
Revision as of 23:41, 10 September 2012