Coder Social home page Coder Social logo

jquery-timer's People

Contributors

jchavannes avatar

Watchers

James Cloos avatar

jquery-timer's Issues

Need a Fix for the minimize and new tab issue.

What steps will reproduce the problem?
1. counter stops when window is min or a new tab is open
2.
3.

What is the expected output? What do you see instead?
I wan the counter to keep running, using it as a session timer

What version of the product are you using? On what operating system?
current. downloaded 8-2-13

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 2 Aug 2013 at 7:31

timer pauses(or slows down significantly) when browser is minimized or new tab is opened

What steps will reproduce the problem?
1. minimizing the browser or opening a new tab
2.
3.

What is the expected output? What do you see instead?
After i minimize the browser and re-open it after a while...the timer will have 
only elapsed by a small margin


What version of the product are you using? On what operating system?
latest version

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Mar 2013 at 4:48

error on timer object when init

What steps will reproduce the problem?
1. install jquery.timer.js
2. attempt to create simple timer object 
3. var timer = $.timer(hello, 1000)

What is the expected output? What do you see instead?
TypeError: Object function (a,b){return new c.fn.init(a,b)} has no method 
'timer'

What version of the product are you using? On what operating system?
latest has no version number

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 4:32

IE8: Timer returns to 0 after 8 seconds

I'm using the newest version of the script.

This code:

var timer = $.timer(function() {
        sec = parseInt(sec);
        min = parseInt(min);
        sec++;

        if(sec == 60) {min++; sec = 0; }
        if(sec < 10) { sec = '0'+sec; }
        if(min < 10) { min = '0'+min; }
        $('.timer .value').html(min+':'+sec);
    });
    timer.set({ time : 1000, autostart : true });

is only going until 8 seconds in IE8, then it goes to 0 and starts again.

Original issue reported on code.google.com by [email protected] on 8 Oct 2013 at 5:19

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.