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

WBOY
Release: 2016-06-13 12:40:30
Original
932 people have browsed it

需要修改扩展下一个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 />
            });
Copy after login


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

不做的怎么加进去...
jQuery插件

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template