jQuery Booklet plugin stop auto play after one flip

0 votes

I am using the jQuery Booklet plugin to flip page in my application. I need that the flip will be done automatically (without the user input) and will stop exactly after one flip. I implemented the auto play according to the instruction

$(function() {
$('#mybook').booklet({
    auto: true
});

and now I want to add the "pause" call but in the instruction page http://builtbywill.com/code/booklet/demos/auto there is only example where the pause is done by clicking on the pause link

   $(function() {
$('#mybook').booklet({
    auto: true,
    play: '#play',
    pause: '#pause'
});

});

and I need it to be done without a user input.
I will appreciate your help in this problem

Thanks

Aug 19, 2022 in Web Development by gaurav
• 23,260 points
246 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Web Development

0 votes
0 answers

jQuery tablesorter: filter and zebra widgets stop working after ajax update IE8 only

I am updating a table dynamically using ...READ MORE

Jul 27, 2022 in Web Development by gaurav
• 23,260 points
656 views
0 votes
1 answer

How to place images using jQuery masonry plugin to start

You were just missing a css class that adjusts ...READ MORE

answered Jun 22, 2022 in Web Development by rajatha
• 7,640 points
374 views
0 votes
0 answers
0 votes
1 answer

"JQuery not defined" throwing error after installing angular-slickgrid

1. Your CDN-hosted jQuery might be blocked If ...READ MORE

answered Jul 25, 2022 in Web Development by rajatha
• 7,640 points
933 views
0 votes
0 answers

jQuery Facebox plugin: Focus the popup appearance

I have an HTML page with facebox ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
218 views
0 votes
0 answers

Clear textbox after select jquery typeahead.js

Thanks to the wonderful suggestions listed on ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
1,007 views
0 votes
1 answer

What is jQuery?

Hey, jQuery is a fast and concise JavaScript ...READ MORE

answered Feb 14, 2020 in JQuery by kartik
• 37,510 points
1,005 views
0 votes
1 answer

Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools

Hello, Use the following script tag in your ...READ MORE

answered Apr 28, 2020 in JQuery by Niroj
• 82,880 points
14,329 views
0 votes
1 answer

Uncaught Error: Bootstrap's JavaScript requires jQuery

Hello @kartik, You have provided wrong order for ...READ MORE

answered Apr 28, 2020 in JQuery by Niroj
• 82,880 points
22,480 views
0 votes
1 answer

How to make Bootstrap popover Appear/Disappear on hover instead of click?

Hello @kartik, Set the trigger option of the popover to hover instead ...READ MORE

answered May 12, 2020 in JQuery by Niroj
• 82,880 points
2,992 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP