Home  >  Article  >  Web Front-end  >  jquery picswitch图片焦点图展示效果_jquery

jquery picswitch图片焦点图展示效果_jquery

WBOY
WBOYOriginal
2016-05-16 18:26:351259browse

效果如下:jquery picswitch图片焦点图展示效果_jquery
这个插件的要点之处就在JQuery-1.4.2.js的发布添加的新函数data的应用,所以jquery库一定要是1.4.2的版本

另一方面就是css的编写,setInterval和setTimeout的用法,前者是每隔多长时间执行一次,后者是多长时间执行一次;

关于setTimeout的用法 有二种形式 1 setTimeout(code,interval) 中的code是字符串

2 setTimeout(func,interval,args) 中的func是函数

实现代码


[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
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