Difference between revisions of "Template:NYMU-Taipei"

Line 246: Line 246:
 
</style>
 
</style>
  
 
<script>
 
$(document).ready(function() {
 
 
                                //totop
 
        $('#jumpup').on('click',function(){$('body, html').animate({scrollTop: 0},1);})
 
                      .on('mouseover',function(){$(this).find('div.infotop').css('display','block');})
 
                          .on('mouseout',function(){$(this).find('div.infotop').css('display','none'); }                   
 
        );
 
});
 
</script>
 
  
  

Revision as of 23:12, 26 July 2016