Template:CSS/UT-Tokyo/Counter/Contents

From 2014.igem.org

(Difference between revisions)
Line 612: Line 612:
function bttop(){
function bttop(){
$("#contentsBody").mCustomScrollbar("scrollTo","top");
$("#contentsBody").mCustomScrollbar("scrollTo","top");
 +
}
 +
function chgOpacity(){
 +
this.style.filter = "alpha(opacity=50)";
 +
this.style.-moz-opacity = "0.5";
 +
this.style.opacity = "0.5";
}
}
</script>
</script>

Revision as of 17:02, 9 October 2014