手机
当前位置:查字典教程网 >编程开发 >Javascript教程 >jquery png 透明解决方案(推荐)
jquery png 透明解决方案(推荐)
摘要:原型:http://jquery.andreaseberhard.de/pngFix/index.html下载:http://jquery....

原型:http://jquery.andreaseberhard.de/pngFix/index.html

下载:http://jquery.andreaseberhard.de/download/pngFix.zip

很方便使用:)

复制代码 代码如下:

<script type="text/javascript" src="jquery-latest.pack.js"></script>

<script type="text/javascript" src="jquery.pngFix.js"></script>

<head>

...

<script type="text/javascript">

$(document).ready(function(){

$(document).pngFix();

});

</script>

...

</head>

查字典教程网打包下载

【jquery png 透明解决方案(推荐)】相关文章:

jQuery实现给页面换肤的方法

jQuery构造函数init参数分析续

jQuery实现不断闪烁文字的方法

jquery预加载图片的方法

javascript小技巧 超强推荐第1/5页

JQuery中clone方法复制节点

jQuery取消ajax请求的方法

Jquery解析json字符串及json数组的方法

浅谈jQuery构造函数分析

jquery实现图片左右切换的方法

精品推荐
分类导航