Team:UCLA/Aal/javascripttemplate

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
     });
     });
   });
   });
 +
});
 +
jQuery(document).ready(function($){
 +
    $('#spiderbutton').click(function(){
 +
        $("html, body").animate({ scrollTop: 0 }, 500);
 +
        return false;
 +
    });
});
});
</script>
</script>
</html>
</html>

Revision as of 22:44, 5 September 2014