jquery.pngFix 修复png图片

http://jquery.andreaseberhard.de/pngFix/

 

一、下载所需文件

下载jquery最新版本 http://www.jquery.com

下载pngFix包 https://files.cnblogs.com/ishibin/pngFix.zip

 

二、在head标签之间加入代码

<head> 
... 
<script type="text/javascript" src="jquery-latest.pack.js"></script> 
<script type="text/javascript" src="jquery.pngFix.js"></script> 
<script type="text/javascript"> 
    $(document).ready(function(){ 
        $(document).pngFix(); 
    }); 
</script> 
... 
</head>
posted @ 2012-08-04 23:56  ishibin  阅读(346)  评论(0编辑  收藏  举报