Giter Site home page Giter Site logo

jquery-runner's People

Contributors

jylauril avatar kitop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jquery-runner's Issues

format question

i am using it as a countdown script starting at 15 minutes without miliseconds:
15:00

when it reaches minute one, it looks like this (seconds only):
59

can i keep the zero minutes?? like this:
00:59

Publish on npm?

Hello!
I am using your excellent runner in a small soon-to-be-published project, and I was wondering if you might consider posting future versions on npm.

Take care!

Bug in runnerlap event

$("#runner").runner("lap") did not return the current time instead it shows as

[object object] in the alert mesage

How to Format?

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 I format this way?

change separator

found it in the first line: separator = ['', ':', ':', '.'],
but how can i overwrite it without modifying the sourcecode??

Check if Jquery Runner is running?

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 not shown.

How could I do that?

Eats a lot of resources, especially when multiple instances

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 132 to:
if (this.updating >= 20) {

Changed Line 133 to:
this.updating = 0;

Added on Line 154:
this.updating++;

This saves a lot of CPU Power.

Thank you for this wonderful jQuery Plugin!

Plugin is not working!

Hi,

I tried creating a simple example with the help of this plugin. But it didn't work.
Can you please tell me what is it that I am doing wrong?

I am attaching the file with my ticket.
index.txt

Any help would be greatly appreciated.
Best regards,
Ashar

Problems running within Wordpress

Getting a console error that states the plugin needs jQuery to run when loading in Wordpress. Have added

jQuery.noConflict();
(function ($) {

to the top of the script, but no joy. jQuery is working for all other plugins.

Typo in src

Typo on line 30, should read;

})(this, '_requestAnimationFrame');

format question

Hi guy,
I'm trying to use the format 00:00:00, but it's not working with me..
Here it's give an error "Uncaught TypeError: object is not a function"
Can u give me a help?

Thanks!

Interval not working

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.