In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
Editor to share with you how to achieve Ajax encapsulation, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to understand it!
In the past, it was to click the button to take out the news, but now it is necessary to update the news every other event. At this time, you must add a timer, and then make another Ajax request every other event. Since the Ajax request is often used, it is necessary to encapsulate the function.
_ window.onload = function () {var oBtn = document.getElementById ('btn'); oBtn.onclick = function () {var xhr = null;if (window.XMLHttpRequest) {xhr = new XMLHttpRequest ();} else {xhr = new ActiveXObject (' Microsoft.XMLHTTP');} xhr.open ('get','getNews.php',true); xhr.send () Xhr.onreadystatechange = function () {if (xhr.readyState = = 4) {if (xhr.status = = 200) {/ / tasks executed after success are marked in red var data = JSON.parse (xhr.responseText); / / convert the content acquired in the background to json type there are two keys in each json: title and datevar oUl = document.getElementById ('ul1'); / / get the node showing the news list var html ='; for (var item0; I)
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.