通过AJAX加载内容会破坏IE中的字体

通过AJAX加载内容会破坏IE中的字体,ajax,internet-explorer,Ajax,Internet Explorer,看 按橙色的->按钮,然后按@John,我设法用这个代码解决了问题: $('.css-selector').each( function( i, el ){ try { el.style.removeAttribute( 'filter' ); } catch( e ){} }); 而且,如果您不使用jQuery,我认为这仍然可以工作: try { document.getElemenyById('id_element').style.removeAttribute('filt


  • 按橙色的
    ->
    按钮,然后按
    @John,我设法用这个代码解决了问题:

    $('.css-selector').each( function( i, el ){
        try { el.style.removeAttribute( 'filter' ); } catch( e ){}
    });
    
    而且,如果您不使用jQuery,我认为这仍然可以工作:

    try {
        document.getElemenyById('id_element').style.removeAttribute('filter');
    } catch(e){}
    

    嗨,你有解决这个问题的办法吗?我也在为同样的问题挣扎。我注意到您指定的页面现在可以很好地使用分页。请分享。感谢you@John,我发布了用于解决此问题的解决方案。我在这里评论你收到电子邮件提醒或什么的。问候语!