Team:IIT Madras/testpage

From 2011.igem.org

(Difference between revisions)
Line 8: Line 8:
( function test( $ ) {  
( function test( $ ) {  
alert();
alert();
 +
$("#block1").fadeIn();
         // Simple scope wrap, where $ is available as alias for jQuery.
         // Simple scope wrap, where $ is available as alias for jQuery.
         // Code here will be executed immediately
         // Code here will be executed immediately

Revision as of 21:45, 2 September 2011

bar