Team:IIT Madras/Team

From 2012.igem.org

(Difference between revisions)
Line 14: Line 14:
$(".stu_contents").hover(function(){
$(".stu_contents").hover(function(){
-
var id = "#" + $(this).attr('id')+"contents";
+
var id = "#" + $(this).attr('id')+"_contents";
-
alert(id);
+
$(id).show();
},
},
function(){
function(){
-
var id = "#" + $(this).attr('id')+"contents";
+
var id = "#" + $(this).attr('id')+"_contents";
-
alert(id);
+
$(id).hide();
}
}
);
);

Revision as of 23:46, 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