Team:IIT Madras/testpage

From 2011.igem.org

(Difference between revisions)
Line 6: Line 6:
<script type="text/javascript">
<script type="text/javascript">
$.noConflict();
$.noConflict();
-
( function test( $ ) {  
+
function test( $ ) {  
alert();
alert();
$("#block1").fadeIn();
$("#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
-
} )( jQuery );
+
}
</script>
</script>
<style>
<style>

Revision as of 21:46, 2 September 2011

bar