$('body').after('<div id="lightBox" style="height: ' + htmlHeight + 'px;"></div>');
我怎样才能让它淡出而不仅仅是弹出?之后或之前放入fadeIn().after()不起作用?
$('body').after('<div id="lightBox" style="height: ' + htmlHeight + 'px; display:none;"></div>'); $('#lightBox').fadeIn();