Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize page countdown and refresh effect with jQuery

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article introduces the "jQuery how to achieve page countdown and refresh effect" related knowledge, in the actual case of the operation process, many people will encounter such a dilemma, and then let the editor lead you to learn how to deal with these situations! I hope you can read it carefully and be able to achieve something!

The code is as follows:

Var intDiff = parseInt; / / Total seconds of countdown function timer (intDiff) {window.setInterval (function () {var day=0, hour=0, minute=0, second=0;// time default value if (intDiff > 0) {day= Math.floor (intDiff / (60 * 60 * 24)); hour= Math.floor (intDiff / (60 * 60))-(day * 24) Minute = Math.floor (intDiff / 60)-(day * 24 * 60)-(hour * 60); second = Math.floor (intDiff)-(day * 24 * 60 * 60)-(hour * 60 * 60)-(minute * 60);} else {/ / refresh the page _ window.location.reload () when time runs out;} if (minute)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report