How To Move To Next Slide Programmatically?
I am using the following code to initialize the supersized plugin: $.supersized({ slides : [ { image : '/bkg/1.jpg', t
Solution 1:
See this: http://buildinternet.com/project/supersized/docs.html#api_docs
You have 2 methods namely nextSlide()
and prevSlide()
Post a Comment for "How To Move To Next Slide Programmatically?"