Return to Snippet

Revision: 47123
at June 1, 2011 09:35 by serialk89


Initial Code
<head>
        <title>Pap&aacute;s en acci&oacute;n - Hipogl&oacute;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>

Initial URL


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

Initial Title
JQUERY EN FACEBOOK

Initial Tags
jquery, facebook

Initial Language
jQuery