Template:Team:USTC-China/temp/bar/js

From 2011.igem.org

(Difference between revisions)
Lytao (Talk | contribs)
(Created page with "<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery /jquery-1.4.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("span")....")
Newer edit →

Revision as of 09:08, 25 August 2011

<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery /jquery-1.4.min.js"></script> <script type="text/javascript"> $(document).ready(function(){

 $("span").ready(function(){
 $("span").fadeTo("slow",0.25);
 });

}); </script>