Ver Mensaje Individual
  #15 (permalink)  
Antiguo 13/06/2011, 10:14
Avatar de Lopezito
Lopezito
 
Fecha de Ingreso: junio-2010
Mensajes: 367
Antigüedad: 14 años, 4 meses
Puntos: 17
Respuesta: Como agregar jquery a wordpress 3.1.3?

Cita:
Iniciado por j_aroche Ver Mensaje
Prueba modificando la parte del script en header.php así:

Código Javascript:
Ver original
  1. <script type="text/javascript">
  2. jQuery(document).ready(function($){
  3.  
  4. $('#cabecera').fadeIn(200);
  5.  
  6. });
  7. </script>
Aun nada :/