I am trying to use this jQuery page slider plugin, here you can see a demo:
http://www.derekperez.com/jquery-pageslide/demo/
I can make it work, but it works when you click the link. I would like it to start automatically when they go to a specific page, is this possible? I am very new to this and searched google but couldn't find a solution.
Here is the demon from the demo above:
<script type="text/javascript" src="/javascript/pageslider/jquery.pageslide.js"></script>
<(link here, can only message 1 link) id = "slide-modal"> PageSlide as a modal element
$ ("# slide-modal"). pageSlide ({width: "350px", direction: "left", modal: true});
source
share