jquery-runner icon indicating copy to clipboard operation
jquery-runner copied to clipboard

A runner/stopwatch plugin for jQuery

Results 12 jquery-runner issues
Sort by recently updated
recently updated
newest added

I found out that it eats my CPU if there are about 10 instances or more. Made a workaround like this: **Changed Line 87 to:** Runner.prototype.updating = 20; **Changed Line...

Bumps [bower](https://github.com/bower/bower) from 1.2.8 to 1.8.8. Release notes *Sourced from [bower's releases](https://github.com/bower/bower/releases).* > ## v1.8.8 > Fix security issue connected to extracting .tar.gz archives > > **This bug allows to...

dependencies

Hi, As seen here: https://github.com/jylauril/jquery-runner/blob/master/bower.json#L10 jquery-runner still uses a pretty old jQuery version (~1.11). This old pinned version has created a lot of problems with other jQuery plugins that use...

Is it possible after document is ready the selected input $("#runner") text will be initialized like this 00:00:00.00 or 00:00:00 instead of 00.00 ?

Hi I want to show a "Prompt Alert Before Page Leave". But this alert should check that the runner is ON. If runner is stopped or OFF the alert should...

Hi i found tha interval not working and it is very important for a counter. Can you help me please?

I want to use more than one runner input field. Is it posible to do so?

I think it will be a useful opportunity to use the value as html.

How can I start the runner exactly at 1PM? In other words, how can the runner be auto trigger when the server time is 1:00:00 PM?

Hi, I'm with problem, when I have the time 01:00.00 or 01:00 the time when start show 59 or 59.xx (milliseconds) how to format to 00:59.xx and 00:59 How can...