Difference between revisions of "Team:Valencia UPV/Templates:footerUPV"
Revision as of 00:51, 14 October 2016
(
view source
)
Fragusa
(
Talk
|
contribs
)
← Older edit
Revision as of 00:52, 14 October 2016
(
view source
)
Fragusa
(
Talk
|
contribs
)
Newer edit →
Line 78:
Line 78:
<script>
<script>
−
−
$(document).ready(function(){
−
$(document).scroll(function(){
−
if ($(this).scrollTop() > 50) {
−
$('#goToTop').css({"display":"auto"});
−
} else {
−
$('#goToTop').css({"display":"none"});
−
}
−
});
−
});
−
−
var myIndex = 0;
var myIndex = 0;
Revision as of 00:52, 14 October 2016