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 does Jquery control the web page to be automatically refreshed and then stopped?

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "Jquery how to control the page to automatically refresh once and then stop", the content of the article is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "Jquery how to control the page to automatically refresh once to stop" it!

Jquery controls the automatic refresh of the web page, how to set the page to be refreshed only once and then stop refreshing 5-10 seconds after opening the web page. The specific code is as follows:

$(function () {)

If ($.cookie ("refresh")! = "no") {

SetTimeout (function () {

_ window.location.reload ()

$.cookie ("refresh", "no")

}, 5000)

}

});

Use the Jquery and Jquery.cookie plug-ins, use the cookie record, and refresh the page if the cookie record is not a specified parameter.

Jquery is what jquery is a simple and fast JavaScript library, it has a unique chain syntax and short and clear multi-function interface, efficient and flexible css selector, and can be extended to CSS selector, with convenient plug-in extension mechanism and rich plug-ins, after Prototype is another excellent JavaScript code base, can be used to simplify event processing, HTML document traversal, Ajax interaction and animation, in order to quickly develop the website.

Thank you for your reading, the above is the content of "how to control Jquery to automatically refresh the web page once and then stop". After the study of this article, I believe you have a deeper understanding of how Jquery controls the web page to automatically refresh once and stop this problem, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

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

Internet Technology

Wechat

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

12
Report