Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2011, 16:37
leif_sk8er
 
Fecha de Ingreso: junio-2009
Mensajes: 309
Antigüedad: 14 años, 10 meses
Puntos: 5
Respuesta: detectar carga css

Para quien tenga el mismo problema he encontrado un plugin perfecto:
Ejemplo: http://furf.com/getCSS/
CodeSource: https://github.com/furf/jquery-getCS...uery.getCSS.js

Tb está minificado:
https://github.com/furf/jquery-getCS....getCSS.min.js


Uso:
$.getCSS(url, options, callback);

Ejemplo:
$.getCSS('http://sexyjs.com/css/sexy.css', function () {
$('#description').show();
});