Fancybox stuck loading iframe in IE

后端 未结 2 834
一生所求
一生所求 2020-11-28 15:28

I\'m having problems loading a PDF in an iframe in IE using fancybox. When I click the link, I get the gif loader and it just spins forever. No errors in the console or on t

2条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-28 16:03

    i just test your snippet code and it worked for me in ie 8 and chrome

    i use resource files from:

    jquery: http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.4.min.js

    js: http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.js

    css: http://fancybox.net/js/fancybox-1.3.4/jquery.fancybox-1.3.4.css

    code i used:

    
        
        
            
    
            
    
            
            
            
    
        
        
            Test Doc
        
    
    
    
    maybe clear browser cach fix it
    

提交回复
热议问题