Printing multiple slides with jquery cycle
Hi there,
I was hoping someone could lend a hand with a problem I've been having in the office for just over a day now...
I'm using Jquery cycle plugin (
http://malsup.com/jquery/cycle/) to slide between about 10 slides worth of information.
The beauty of Jquery cycle allows me to make a slideshow of only the Divs I have specified as "cycle" class.
My problem is that I would love to be able to print each one of the "cycle" class slides using only one print function click.
(window.print() for example....)
Currently i'm using the "after" attribute to print the current active slide and then move onto the next before the user is being prompted again to print.
I've also tried using a print.css to override some of the jquery functionality (i.e. display: block !important to allow display of all the .cycle slides), but this has also ended in tears as the slides are stacked upon each other and don't go over one page....
Has anyone any idea of how I can cycle through the slides using jquery and then print them all at the end with only one windows print prompt??
Thanks for your time,
Dan