/ Published in: jQuery
Asà es cómo se tiene que hacer la llamada a jquery desde facebook
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<head> <title>Papás en acción - Hipoglós</title> <script src="http://code.jquery.com/jquery-1.4.4.min.js"></script> <script src="<?php echo $url_carp; ?>js/jquery.jcarousel.js"></script> <script type="text/javascript"> $(function(){ $("#loader").hide(); $(".contenedor_fotos_1").show(); $(".contenedor_fotos").show(); $("#contenedor_fotos_1").jCarouselLite({ auto: 800, speed: 500 }); }); </script> </head>