您的位置:首页 > 财经 > 金融 > 内网网站搭建工具_企业注册公司流程_头条今日头条新闻_百度外链查询工具

内网网站搭建工具_企业注册公司流程_头条今日头条新闻_百度外链查询工具

2024/12/15 5:41:22 来源:https://blog.csdn.net/wbandzlhgod/article/details/143715241  浏览:    关键词:内网网站搭建工具_企业注册公司流程_头条今日头条新闻_百度外链查询工具
内网网站搭建工具_企业注册公司流程_头条今日头条新闻_百度外链查询工具
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><title>定时更换内容</title><script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
</head><body><div id="content">这是初始内容。</div><div><input type="text" placeholder="默认提示文案" id="inputId"></div><button id="start">开始</button><button id="pause">暂停</button><script>$(document).ready(function () {var messages = ["例:贴片电阻", "例:HS10 R05J", "例:备选电阻啊"];var index = 0;var timer;/*** 定时切换文案*/function startSwitch() {if (timer === undefined) {timer = setInterval(function () {//文本内容$('#content').fadeOut(function () {$(this).text(messages[index]).fadeIn();});//input 内容$('#inputId').fadeIn(function () {$(this).attr('placeholder', messages[index]).fadeIn();})index = (index + 1) % messages.length;}, 2000); // 每2秒更换一次内容}}/*** 暂停切换文案*/function blurSwitch() {clearInterval(timer);timer = undefined;}$('#start').click(function () {startSwitch();});$('#pause').click(function () {blurSwitch()});startSwitch();//input 获取焦点事件$('#inputId').focusin(function () {console.log('---------')blurSwitch()$(this).attr('placeholder', "默认提示文案").fadeIn();}).blur(function () {console.log('eeeeeeee')startSwitch();})});</script></body></html>

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com