// Bachicha: Cargar jquery de google

miércoles, 4 de noviembre de 2009

Cargar jquery de google

<script src="http://www.google.com/jsapi"></script>

<script type="text/javascript">

      // Load jQuery

      google.load("jquery", "1.2.6");

     

      google.setOnLoadCallback(function() {

            // Your code goes here.

           

      });

</script>

No hay comentarios:

Publicar un comentario