Team:IIT Madras/testpage

From 2011.igem.org

(Difference between revisions)
Line 7: Line 7:
jQuery( document ).ready( function( $ ) {  
jQuery( document ).ready( function( $ ) {  
$("#vector").click(function(){
$("#vector").click(function(){
-
$("#block1").fadeIn().animate({"left":"-10px"});
+
$("#block1").fadeIn();
});
});
});
});

Revision as of 19:47, 1 September 2011

bar