-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hidden property not working #89
Comments
Hi @Zurd do you have some code snippet where it didnt work? As for code point of view, here s the LOC where hidden is implemented: https://github.com/walmik/timer.jquery/blob/master/src/Timer.js#L62 |
Hi, simply the code $("#gameTime").timer({ hidden:true }); does not work, I can still see the timer on the webpage in the div with the id gameTime. I see that the hidden property is indeed coded in https://github.com/walmik/timer.jquery/blob/master/src/Timer.js#L62 But the src folder has 4 js files. Why not have all of them in one file? How can you include just one js file instead of 4? Note that, in the README file, it points to https://cdnjs.cloudflare.com/ajax/libs/timer.jquery/0.7.0/timer.jquery.js and the hidden word is not found there. I've also tried the min version with obfuscated code and the hidden property does not work: And on https://jquerytimer.com/, the last link at the bottom points to a 404 page. |
Thank you for reporting all of this, I ll take a look at it once I get some time (kinda busy this month). @Psychosynthesis do you think you can take a look at this issue? |
The documentation clearly state that there should be a hidden property:
But in the code, there's nothing about it:
Also there's a few typos in the documentation, missing a comma and replacing ; by :, so it should be:
The text was updated successfully, but these errors were encountered: