Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/05/2012, 11:13
Avatar de rodrigus71
rodrigus71
 
Fecha de Ingreso: mayo-2012
Ubicación: Alicante
Mensajes: 73
Antigüedad: 12 años, 6 meses
Puntos: 3
Respuesta: Validar W3C "there is no attribute"

Cita:
Iniciado por txemaarbulo Ver Mensaje
Cambiamos a rel en mis <a href llamadas y modificamos el archivo jquery.reveal.js
(Ventanas modales con jQuery)

Textual del ingles:
/*---------------------------
Listener for data-reveal-id attributes
----------------------------*/
// @CHANGED - Made it so that it accepted the rel attribute instead of the data-reveal-id
$('a[rel]').live('click', function(e) {
e.preventDefault();
var modalLocation = $(this).attr('rel');
$('#'+modalLocation).reveal($(this).data());
});

Puedes leer la cuestión en[URL="https://github.com/zurb/reveal/issues/11"] https://github.com/zurb/reveal/issues/11[/URL]

Gracias txemaarbulo diste en el clavo, he conseguido validar sin problemas