Open parimgopinaidu opened 9 years ago
This worked for me:
<button id="previousPage">Previous page</button>
<button id="nextPage">Next page</button>
jQuery(document).ready(function() {
$('#previousPage').click(function(){
$('#book').turn('previous');
});
$('#nextPage').click(function(){
$('#book').turn('next');
});
});
Hi i tried to add the Left & Right Button to the Flip page .. but Unable.. i added them because if some one unable to flip it with finger tip in Tablet version so button helps him.. Please check the URL and please suggestion me the necessary thing .. http://jsfiddle.net/A9a7E/9987/
Thanks Gopi