Events handling



This demo shows how to handle events: before animation the message is shown and is hidden after animation is done. By using the information from "slider" parameter there is a possibility to get an additional information.


Images with hyperlinks and titles



This is an example of making redirects to some pages by clicking on images and adding titles to every image. Everything is done by events handling: before there are two arrays created for links and titles, every array element is placed corresponding to every image. Afterwards, the slider is created and on every change of image the title is changed. When click on image happens the new page is opened with a link from "links" array. In the end, if you wish, simply set up the css property "cursor: pointer" for the slider container.

0 comments: