In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains the "jQuery how to send CAPTCHA control button disable function", 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 send CAPTCHA control button disable function" bar!
Demand effect: after clicking to send CAPTCHA, the button disables it, and cancels it after 5 seconds.
The effect picture is as follows:
Click the send button to disable
Undisable it after 5 seconds and resend it
The code is as follows:
Document / / get element var $btn = $("input:button") / / add the click event of the button $btn.click (function () {/ / define a variable storage time number var n = 5 / / make the button disabled / / replace the text content of the button $(this) .prop ("disabled", true) .Val (n + "resend after s") / / change the countdown content every 1s / / subtract the time effect every 1s through the timer var timer = setInterval (() = > {nmurt- / / the text content has changed / / the this inside the timer points to window $(this) .val (n + "resend after s") / / determines that if the time is up to 0, the timer if (n) should be stopped.
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.