Acabarás hasta los ****** de mi pero bueno xDDD, mira que he puesto todo esto seguidito y despues del <head>
y nada me construye el objeto pero ni hace animaciones ni está en el sitio ni nada! xD
Código HTML:
Ver original<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="/wp-includes/js/jquery.scrollUp.min.js"></script> $(function () {
$.scrollUp({
scrollName: 'scrollUp', // Element ID
topDistance: '300', // Distance from top before showing element (px)
topSpeed: 300, // Speed back to top (ms)
animation: 'fade', // Fade, slide, none
animationInSpeed: 200, // Animation in speed (ms)
animationOutSpeed: 200, // Animation out speed (ms)
scrollText: 'Scroll to top', // Text for element
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
});
});
<div id="scrollUp" style="width:100px;height:100px;background-color:#000;position:absolute;bottom:0px;right:0px;">Scroll
</div>