Home  >  Article  >  Web Front-end  >  jquery picswitch picture focus map display effect_jquery

jquery picswitch picture focus map display effect_jquery

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

The effect is as follows: jquery picswitch picture focus map display effect_jquery
The key point of this plug-in is the application of the new function data added with the release of JQuery-1.4.2.js, so the jquery library must be version 1.4.2

On the other hand is the writing of css, the usage of setInterval and setTimeout. The former is executed every time, and the latter is executed every time;

There are two forms of usage of setTimeout 1 setTimeout( The code in code,interval) is the string

2 The func in setTimeout(func,interval,args) is the function

implementation code


[Ctrl A select all Note:
If you need to introduce external Js, you need to refresh to execute ]
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