Timer for jQuery and jQuery Mobile

light
dark

Change the theme setting here

Set the timer and hit Start to begin the countdown.
Embedded countdown
Mins
00Mins
01Mins
02Mins
03Mins
04Mins
05Mins
06Mins
07Mins
08Mins
09Mins
10Mins
11Mins
12Mins
13Mins
14Mins
15Mins
16Mins
17Mins
18Mins
19Mins
20Mins
21Mins
22Mins
23Mins
24Mins
25Mins
26Mins
27Mins
28Mins
29Mins
30Mins
31Mins
32Mins
33Mins
34Mins
35Mins
36Mins
37Mins
38Mins
39Mins
40Mins
00Mins
01Mins
02Mins
03Mins
04Mins
05Mins
06Mins
07Mins
08Mins
09Mins
Secs
20Secs
21Secs
22Secs
23Secs
24Secs
25Secs
26Secs
27Secs
28Secs
29Secs
30Secs
31Secs
32Secs
33Secs
34Secs
35Secs
36Secs
37Secs
38Secs
39Secs
40Secs
41Secs
42Secs
43Secs
44Secs
45Secs
46Secs
47Secs
48Secs
49Secs
50Secs
51Secs
52Secs
53Secs
54Secs
55Secs
56Secs
57Secs
58Secs
59Secs
00Secs
01Secs
02Secs
03Secs
04Secs
05Secs
06Secs
07Secs
08Secs
09Secs
10Secs
11Secs
12Secs
13Secs
14Secs
15Secs
16Secs
17Secs
18Secs
19Secs
20Secs
21Secs
22Secs
23Secs
24Secs
25Secs
26Secs
27Secs
28Secs
29Secs
30Secs
31Secs
32Secs
33Secs
34Secs
35Secs
36Secs
37Secs
38Secs
39Secs
40Secs
52Secs
53Secs
54Secs
55Secs
56Secs
57Secs
58Secs
59Secs
00Secs
01Secs
02Secs
03Secs
04Secs
05Secs
06Secs
07Secs
08Secs
09Secs
Start
Reset

Timer - Countdown

Change demo
Countdown
JQuery Countdown timer with start, stop, reset controls, wheel settings for year, month, day, hour, minute, second, fract. For jQuery or jQuery Mobile.
mobiscroll.settings = {
    theme: 'ios'
};

$(function () {

    $('#demo').mobiscroll().timer({
        display: 'inline',
        targetTime: 10,
        maxWheel: 'minutes',
        minWidth: 100,
        onFinish: function () {
            mobiscroll.alert({
                title: "Countdown finished",
                message: "Yup, that's right, time's up. <br> Restart it by setting a new time."

            });
        }
    });

});
<div style="display:none" mbsc-form>
    <div class="mbsc-form-group mbsc-padding mbsc-thin">
        Set the timer and hit Start to begin the countdown.
    </div>
    <div class="mbsc-form-group">
        <div class="mbsc-form-group-title">Embedded countdown</div>
        <div id="demo"></div>
    </div>
</div>

Timer - Stopwatch

Change demo
Stopwatch
JQuery Stopwatch demo with start, stop controls and lap counter. Change the steps and display wheels. For jQuery or jQuery Mobile.

Timer - Event handlers

Change demo
Event handlers
JQuery Timer demo with event hooks for custom integration and functionality. For jQuery or jQuery Mobile.
Clear event log
EVENTS FIRED: 

Timer - Display modes

Change demo
Display modes
JQuery Timer demo with top, bottom, popup, center, modal, bubble and inline embeddable display modes. For jQuery or jQuery Mobile.

Looking for something you didn't see or have a sales question?
Ask us about it, we're here to help.

Customize & try demos locally
Sign in or start your free trial

What framework are you using?

Javascript
jQuery
AngularJS
Angular
React
Other
Ionic Angular
Email address

Introducing the next generation of Mobiscroll

The Mobiscroll 5 Beta 4 includes the brand new Scheduler, Agenda and Event calendar, Date, time, calendar and Range picker components.

We’ll be gradually adding more components and functionality. If you want to give the new version a go, you can check them out below.

Other highlights
  • Redesigned event calendar, scheduler with drag & drop
  • A new way of working with recurring events
  • Updated themes with dynamic dark mode
  • New date & time pickers
  • Range picker with advanced customization
  • Dynamic options with global updates
Read the full blogpost
Get in touch
Customize & try this demo locally
Sign in or start your free trial

We have to set you up with a trial for this to run 👍

Email address

Install demo in your app
Follow this quick, two minute install guide
Close window

Step 1.Install the Mobiscroll CLI from npm

Copy command
$ npm install -g @mobiscroll/cli

The CLI makes configuring your apps super simple 👍

Step 2.Run the following command in the root folder of your Ionic project

Copy command
$ mobiscroll config ionic 

You will be prompted to log in with your mobiscroll account. Set your password here

Step 3.Copy the code into your app.

Copy TS
Copy HTML
Copy CSS
Copy Module

Step 4.Run ionic serve in the root folder of your app 🎉

Copy command
$ ionic serve

And voilà, everything should be running smoothly.

Install demo in your app
Follow this quick, two minute install guide
Close window

Step 1.Install the Mobiscroll CLI from npm

Copy command
$ npm install -g @mobiscroll/cli

The CLI makes configuring your apps super simple 👍

Step 2.Run the following command in the root folder of your Ionic project

Copy command
$ mobiscroll config ionic 

You will be prompted to log in with your mobiscroll account. Set your password here

Step 3.Copy the code into your app.

Copy TSX
Copy CSS

Step 4.Run ionic serve in the root folder of your app 🎉

Copy command
$ ionic serve

And voilà, everything should be running smoothly.

Customize & try demos locally
How would you like to do it?
Install demo in your app
Follow this quick, two minute install guide
Close window

Step 1.Install the Mobiscroll CLI from npm

Copy command
$ npm install -g @mobiscroll/cli

The CLI makes configuring your apps super simple 👍

Step 2.Run the following command in the root folder of your Angular project

Copy command
$ mobiscroll config angular 

You will be prompted to log in with your mobiscroll account. Set your password here

Step 3.Copy the code into your app. HTML goes into the markup, TS into Typescript.

Copy TS
Copy HTML
Copy CSS
Copy Module

Step 4.Run ng serve in the root folder of your app 🎉

Copy command
$ ng serve

And voilà, everything should be running smoothly.

Thanks for downloading
Try and customize the app locally

Extract the zip file and run the project like any Ionic app. Make sure to have Ionic CLI installed and open the terminal in the app root folder.

Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ionic serve

Let us know if we can help and enjoy!

Need to update your password?
Thanks for downloading
Customize demos locally

We have set up a trial so that you can try the demos locally.

Extract the zip file and open the demo in your favorite browser. To install Mobiscroll in your project follow instructions from this page.


Let us know if we can help and enjoy! 👍

Thanks for downloading
Customize demos locally

Please extract the zip file and run the project like any Angular CLI app. Make sure to have the Angular CLI installed.

For installation and usage, extract the zip file and open a terminal window and follow these steps.

Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ng serve --open

Let us know if we can help and enjoy! 👍

Thanks for downloading
Customize demos locally

We have set up a trial so that you can try the demos locally.

The easiest way to get started is to follow the installation steps and by grabbing the code directly from the demo page. Let us know if we can help and enjoy! 👍

You'll find a fully functional Kitchen-sink Ionic app in the zip file.

Thanks for downloading
Customize demos locally

We have set up a trial so that you can try the demos locally.

The demos are using Babel's in-browser ES6 and JSX transformer.
Extract the zip file and open the demo in your browser. To install Mobiscroll in your project follow instructions from this page.


Let us know if we can help and enjoy! 👍

Demos
Theme Select
Mobiscroll
Mobiscroll Dark
Material
Material Dark
iOS
iOS Dark
Android Holo
Android Holo Light
jQuery Mobile
Windows Phone
Windows Phone Light
Language Locale
See other demos and change options
Theme
Locale
See other demos