BookBlock
BookBlock copied to clipboard
hide arrow in case of no previous page or no next page
Hi Is there any facility to hide arrow in case of no previous page or no next page. Thanks
You can use "onEndFlip" and hide or show the arrows.
// isLimit is true if the current page is the last one (or the first one) onEndFlip : function(old, page, isLimit) { return false; },
same post as #69