Team:IIT Madras/testpage
From 2011.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"/></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | + | jQuery( document ).ready( function( $ ) { | |
- | + | ||
- | + | ||
alert(); | alert(); | ||
- | + | // 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> | ||
<style> | <style> |
Revision as of 13:15, 10 September 2011
aasddddddddddddd