Ver Mensaje Individual
  #16 (permalink)  
Antiguo 06/06/2013, 11:18
Avatar de alberto510a
alberto510a
 
Fecha de Ingreso: abril-2013
Mensajes: 351
Antigüedad: 11 años, 8 meses
Puntos: 35
Respuesta: No carga el jquery en wordpress

Aquí tienes un ejemplo solo copialo tal cual y haz pruebas.

Código HTML:
Ver original
  1. <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  2. <script src="http://markgoodyear.com/labs/scrollup/js/jquery.scrollUp.js?1.1"></script>
  3. $(function () {
  4.   $.scrollUp({
  5.     scrollName: 'scrollUp', // Element ID
  6.     topDistance: '300', // Distance from top before showing element (px)
  7.     topSpeed: 300, // Speed back to top (ms)
  8.     animation: 'fade', // Fade, slide, none
  9.     animationInSpeed: 200, // Animation in speed (ms)
  10.     animationOutSpeed: 200, // Animation out speed (ms)
  11.     scrollText: 'Scroll to top', // Text for element
  12.     activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF'
  13.   });
  14. });
  15. <div style="height:3000px;">
  16. <div id="scrollUp" style="width:100px;height:100px;background-color:#000;color:#fff;">Scroll</div>
  17. </div>
__________________
No hay preguntas tontas, sino tontos que no preguntan.