Team:IIT Madras/testpage

From 2011.igem.org

(Difference between revisions)
Line 8: Line 8:
alert();
alert();
$("#clickable").click(function(){
$("#clickable").click(function(){
-
alert();
+
$("#block1").fadeIn();
});
});
-
        // Code wrapped in this function will be executed when the document is ready
 
-
        // When the document is ready, jQuery calls this passed callback function like this:
 
-
        // callbackFunction( jQuery );
 
});
});
</script>
</script>

Revision as of 13:17, 10 September 2011

bar