I'm customizing a image slider plugin, and would like to add a link, that when clicked, shows next image - like a clicking on the big image d开发者_如何学Gooes.
Try the demo here: http://exposure.blogocracy.org/demos/demo1.html
I can't figure out in the code, but clicks on img.exposureImage is the same function I want.
Can anyone help me out?
It seems that they are using plug-in named Exposure plugin for jQuery as mentioned on their homepage. From the documentation of plugin, it is mention that clickingNavigation
is the attribute that is enabling the functionality you are talking about.
clickingNavigation: (boolean) Enable browsing by clicking the image being shown. Defaults to true.
精彩评论