hola amigos
tengo esto en fancybox para cargar una ventanita de texto
pero no me carga automaticamente
agradezco desde ya su ayuda
$(document).ready(function() {
$('#comunicado_lightbox').trigger('click');
$.fancybox({
'padding' : 0,
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'title' : this.title,
'width' : 810,
'height' : 400,
'type' : 'iframe',
});
return false;
});
);
Gracias