需要引入两个文件
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>
时间: 2024-10-13 01:52:25