JQUERY EN FACEBOOK


/ Published in: jQuery
Save to your folder(s)

Así es cómo se tiene que hacer la llamada a jquery desde facebook


Copy this code and paste it in your HTML
  1. <head>
  2. <title>Pap&aacute;s en acci&oacute;n - Hipogl&oacute;s</title>
  3. <script src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
  4. <script src="<?php echo $url_carp; ?>js/jquery.jcarousel.js"></script>
  5. <script type="text/javascript">
  6.  
  7. $(function(){
  8.  
  9. $("#loader").hide();
  10. $(".contenedor_fotos_1").show();
  11. $(".contenedor_fotos").show();
  12.  
  13. $("#contenedor_fotos_1").jCarouselLite({
  14. auto: 800,
  15. speed: 500
  16. });
  17.  
  18. });
  19.  
  20.  
  21. </script>
  22.  
  23. </head>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.