标签:
需要引入两个文件
jQuery.js
jQuery.pngFix.js
使用:
<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>
标签:
原文地址:http://www.cnblogs.com/zhouxuesong/p/4967664.html