CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   turn page effect while clicking on link (http://www.codingforums.com/showthread.php?t=287980)

prachippp 02-20-2013 01:51 PM

turn page effect while clicking on link
 
i have used following code to turn to next page :


var mag = $('#magazine');



$('.textdata').click(function(e) {


$(this).attr(mag.turn('next'));

});

now i want to turn next of next page and also if anyone click on previous link then it should be go to previous page with turn effect.

can anyone help me for this?

jmrker 02-20-2013 05:12 PM

Too little code provided to go on to tell you what to change.

You could see this site: http://www.vicsjavascripts.org.uk/Home.htm
for a LOT of image sliders, slide show effect and miscellaneous manipulations of image displays.

Note: When I say a LOT, I mean a BUNCH!!!


All times are GMT +1. The time now is 02:43 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.