Ver Mensaje Individual
  #7 (permalink)  
Antiguo 30/01/2014, 09:09
PHPeros
Colaborador
 
Fecha de Ingreso: septiembre-2013
Ubicación: España
Mensajes: 3.648
Antigüedad: 10 años, 8 meses
Puntos: 578
Respuesta: Navegacion Ajax con enlaces normales

Cita:
Iniciado por quico5 Ver Mensaje
En google chrome recibo este mensaje
event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js:9597

esto me funciona:
$('article').load(url + ' article>*');

pero esto no:
$('title').load(url + ' title>*'); ó $('title').load(url + ' title');
$('h1').load(url + ' h1>*'); ó $('h1').load(url + ' h1');

¿a que se debe?

gracias
Actualiza tu versión de jQuery, es un bug