Coder Social home page Coder Social logo

oblalex / jquery-backward-timer Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 302 KB

jQuery plugin providing backward timer facilities

Home Page: http://oblalex.github.io/jQuery-backward-timer/

License: MIT License

CSS 36.71% HTML 49.78% JavaScript 13.50%

jquery-backward-timer's People

Contributors

ltdeta avatar oblalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jquery-backward-timer's Issues

timer update intervall

At the moment the timer will updated each second.
adding a new option for a refresh frequence like 5sec 10sec etc.

not working on input-element

old:
plugin.target.val(value)

new:
if (plugin.target.is("input"))
plugin.target.val(value)
else
plugin.target.text(value)

Don't stop counter at zero

Hi,

Would it be possible to keep the timer going in to negative numbers? There doesn't seem to be an option for this or a way to start a timer at 0 and continue counting down.

Thanks!

add callback restart

how can i restart the timer after callback is called?
example:
Start: 10sec -> End: 0sec -> callback((a)synchronously) -> Start: 10sec. ...

handle format 's%' more than 60

i use the timer with format: 's%' but values greater than 60 seconds are ignored

{ seconds: 60, format 's%' } => timer display value is 60, 59, 58 .... 0

{ seconds: 70, format 's%' } => timer display value should be 70, 69, 68 .... 0

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.