Home  >  Article  >  Backend Development  >  亟需修改扩展下一个jquery插件

亟需修改扩展下一个jquery插件

WBOY
WBOYOriginal
2016-06-13 12:40:30895browse

需要修改扩展下一个jquery插件

本帖最后由 amu1433 于 2013-08-07 16:23:59 编辑 http://www.0917cc.com/Upfiles/rar/GlideView/

这是预览地址


我自己写的
 $("#idGlideView img").each(function(){<br />
                $(this).css('opacity', '0.5');<br />
            }).hover(function(){<br />
                $(this).animate({opacity:1.0});<br />
            }, function(){<br />
                $(this).animate({opacity:0.5});<br />
            });


我希望加到插件里面..就是显示哪个图片,哪个图片就是高亮的.其他的都是暗淡的!

不做的怎么加进去...
jQuery插件
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn