JQuery timer : is it advisable to use it? or is it better to use Javascript native timer?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That plugin uses setInterval – I take it that’s what you’re referring to when you say “Javascript native timer” – and adds a bit of extra functionality on top. If you’re already using jQuery, and you find yourself doing a lot of time-based stuff, I’d say it’s highly recommended.