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').hover(function(){
-
$("#nrm_contents").show();
+
$('#nrm_contents').show();
-
}
+
},
function(){
function(){
-
$("#nrm_contents").hide();
+
$('#nrm_contents').hide();
-
}
+
});
-
);
+
-
$(".stu_contents").onclick(function(){
+
$(".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

bar

Faculty Advisor

Nitish Mahapatra


Advisors

Dinesh R

Dinesh R

Students

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R

Dinesh R