js实战代码系列—周杰伦给你报时间+网页页签制作模板+jQuery初体验

等到下次需要用的时候,可以回来找模板用哈哈哈哈!
刚碰jQuery,今天是个好日子,明天继续学jQuery,明天也是个好日子。

https://blog.csdn.net/hanhanwanghaha一个超级无敌可爱的人鸭 欢迎您的关注!
欢迎关注微信公众号:宝藏女孩的成长日记
如有转载,请注明出处(如不注明,盗者必究)

目录

  • 周杰伦给你报时间
  • 页签制作
  • 什么是jQuery?
    • 接口文档
    • jQuery初体验

周杰伦给你报时间

发现了这张图和显示时间还有点相配,哈哈哈~
我伦:我是一个没有感情的报时器哈哈哈哈哈哈哈哈哈哈~~
在这里插入图片描述

图片链接:点击这里
我寻思着怎么才能让周杰伦看到我。。。
要是这篇文章能火就好了。。

<!DOCTYPE html>
<html><head><meta charset="UTF-8"><title>周杰伦给你报时间</title><style type="text/css">*{margin: 0;padding: 0;}#box{height: 300px;width: 500px;background-image: url(../img/jay01.jpg);margin: 0 auto;/* position: absolute;left: 100px;top: 50px; */}#p1{width: 180px;height: 300px;position: relative;left: 0;top: 150px;color: #EEEEEE;}</style></head><body><!--目标:在网页中显示当前系统的时间今天是2020年10月27日  星期二 14:15:00--><div id="box"><p id="p1"></p></div><script type="text/javascript">function aa(){var now=new Date();var year=now.getFullYear();var month=now.getMonth()+1;var day=now.getDate();var week=now.getDay();var h=now.getHours();var m=now.getMinutes();var s=now.getSeconds();var xq=["日","一","二","三","四","五","六"];if(month<10){month="0"+month;}if(day<10){day="0"+day;}if(h<10){h="0"+h;}if(m<10){m="0"+m;}if(s<10){s="0"+s;}var str="今天是"+year+"年"+month+"月"+day+"日  星期"+xq[week]+" "+h+":"+m+":"+s+"";document.getElementById("p1").innerText=str;				}aa();setInterval(function(){aa();},1000);</script></body>
</html>

页签制作

<!DOCTYPE html>
<html><head><meta charset="UTF-8"><title></title><style type="text/css">*{margin: 0;padding: 0;}#tab{width: 600px;height: 300px;border: solid 1px #ccc;margin: 100px;overflow: hidden;   /* 超出的部分隐藏 */}#tab ul{height: 35px;list-style: none;}#tab ul li{height: 35px;width:199px;float: left;border-right: solid 1px #ccc;text-align: center;line-height: 35px;border-bottom: solid 1px #ccc;background: linear-gradient(to bottom,#fff,#ccc);}#tab ul li.current{background: linear-gradient(to bottom,#ccc,#fff);border-bottom: 0;}#tab div{display: none; /* 隐藏 */clear: both;    /* 清除浮动 */}#tab div.current{display: block; /* 对应上面的隐藏和清除浮动,这条语句是我点到谁谁就显示 */}#tab p{line-height: 33px;padding-left: 10px;border-bottom: dashed 1px #ccc;}a{color: #333;text-decoration: none;}</style></head><body><div id="tab"><ul><li class="current" id="head1" onmouseover="showitem(1);">欢迎关注</li><li id="head2" onmouseover="showitem(2);">我的主页</li><li id="head3" onmouseover="showitem(3);">技巧分享</li></ul><div class="current" id="c1"><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p></div><div id="c2"><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p></div><div id="c3"><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p></div></div><script type="text/javascript">function showitem(num){document.getElementById("head1").className="";document.getElementById("head2").className="";document.getElementById("head3").className="";// 先将head1 head2 head3 设置为空document.getElementById("head"+num).className="current";// num为形参,传进来的时候就从1开始,点到第一个li的时候就为head1,以此类推document.getElementById("c1").className="";document.getElementById("c2").className="";document.getElementById("c3").className="";document.getElementById("c"+num).className="current";}</script></body>
</html>

(此处是更新的)
我用jQuery再写了一遍,比上面少了很多代码

<!DOCTYPE html>
<html><head><meta charset="UTF-8"><title></title><style type="text/css">*{margin: 0;padding: 0;}#tab{width: 600px;height: 300px;border: solid 1px #ccc;margin: 100px;overflow: hidden;   /* 超出的部分隐藏 */}#tab ul{height: 35px;list-style: none;}#tab ul li{height: 35px;width:199px;float: left;border-right: solid 1px #ccc;text-align: center;line-height: 35px;border-bottom: solid 1px #ccc;background: linear-gradient(to bottom,#fff,#ccc);}#tab ul li.current{background: linear-gradient(to bottom,#ccc,#fff);border-bottom: 0;}#tab div{display: none; /* 隐藏 */clear: both;    /* 清除浮动 */}#tab div.current{display: block; /* 对应上面的隐藏和清除浮动,这条语句是我点到谁谁就显示 */}#tab p{line-height: 33px;padding-left: 10px;border-bottom: dashed 1px #ccc;}a{color: #333;text-decoration: none;}</style></head><body><div id="tab"><ul><li class="current" id="head1" onmouseover="showitem(1);">欢迎关注</li><li id="head2" onmouseover="showitem(2);">我的主页</li><li id="head3" onmouseover="showitem(3);">技巧分享</li></ul><div class="current" id="c1"><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha">敲可爱的憨憨王</a></p></div><div id="c2"><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p><p><a href="https://me.csdn.net/hanhanwanghaha">憨憨王的主页</a></p></div><div id="c3"><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p><p><a href="https://blog.csdn.net/hanhanwanghaha/article/details/108597306">分享一个英语技巧</a></p></div></div><script src="js/jquery.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript">$("#tab li").mouseenter(function(){$(this).addClass("current").siblings().removeClass("current");var index = $("#tab li").index(this);$("#tab div").hide().eq(index).show();});</script></body>
</html>

附加一个倒计时:
https://blog.csdn.net/hanhanwanghaha/article/details/109265325
最后一个代码

什么是jQuery?

jQuery是一个快速,小型且功能丰富的JavaScript库。通过易于使用的API(可在多种浏览器中使用),它使HTML文档的遍历和操作,事件处理,动画和Ajax等事情变得更加简单。兼具多功能性和可扩展性,jQuery改变了数百万人编写JavaScript的方式。

接口文档

jQuery API Document(jQuery)接口文档

https://api.jquery.com/

中文版的:https://jquery.cuishifeng.cn/

jQuery初体验

首先在js目录下新建一个js文件
在这里插入图片描述
然后再编辑新的名字,选择jquery,点击创建就好啦
在这里插入图片描述
看第29行代码,我们在执行的时候需要引入jquery库

<!DOCTYPE html>
<html><head><meta charset="utf-8"><title></title><style type="text/css">#aa{width: 1px;height: 20px;border: solid 1px palevioletred;background-color: pink;}</style></head><body><!-- 目标:做一个动画,由一个盒子宽度为1px的变为盒子为100px宽度使用jq的步骤:第一步:先引入jq这个库;第二步:在页面上编写html结构;第三步:编写jq代码--><div id="aa"></div><script src="js/jquery.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript">$("#aa").animate({"width":"100px"},5000);</script></body>
</html>

相比下面这样的代码,引入这样的代码更加便捷,因为我们直接调用就好啦

<!DOCTYPE html>
<html><head><meta charset="utf-8"><title></title><style type="text/css">*{margin: 0;padding: 0;}#box1{width: 700px;height: 30ox;border: solid 1px khaki;margin-top: 50px;margin-left: 10px;}#box2{width: 0px;height: 30px;background-color: red;}#box3{margin-left: 10px;color: black;}</style></head><body><div id="box1"><div id="box2"></div></div><span id="box3"></span><script type="text/javascript">var i=0;var timger1=setInterval(function(){i=i+10;document.getElementById("box2").style.width=i+"px";document.getElementById("box3").innerHTML=parseInt((i/700)*100)+"%";if(i>=700){clearInterval(timger1);}},100);</script></body>
</html>

期待与你的一起学习
https://blog.csdn.net/hanhanwanghaha
一个敲极无敌可爱的人欢迎你的关注。

不懂随时留言,评论也可,私信也可,看见必回。Come on baby

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/568768.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【资讯】2017年最好的25大发明,你最钟爱哪个?

引言《时代周刊》每年都会评出一份有趣的发明榜单&#xff0c;悉数一年间世界范围内的重大发明。今年的榜单出来后&#xff0c;「得到」作者马徐骏抢先进行了解读。带你一起看看&#xff0c;2017年有哪些发明正在悄然改变我们的生活。1. 阿迪达斯的4D跑鞋——Futurecraft这款鞋…

js实战代码系列—带你玩jQuery带你飞

https://blog.csdn.net/hanhanwanghaha一个超级无敌可爱的人鸭 欢迎您的关注&#xff01; 欢迎关注微信公众号&#xff1a;宝藏女孩的成长日记 如有转载&#xff0c;请注明出处&#xff08;如不注明&#xff0c;盗者必究&#xff09; 目录前言引入库一个简单的自定义动画模板弹…

软工学子与你一起了解资金时间价值 之 复利(利滚利)+ 贷款的基本常识 + 现金流量图 ——《工程经济学》

研究经济学的理由就是【为了避免被经济学家欺骗】——琼罗宾逊 前段时间学校在整治校园贷的事情&#xff0c;这让我想到高利贷&#xff0c;刚好最近在《工程经济学》中讲到复利的知识&#xff0c;花时间用通俗易懂的话来讲解一下 先来看看重点概况 一、现金流量图&#xff1a;…

连接真机开发安卓(Android)移动app MUI框架——混合式开发(一) (敲详细)

从接触安卓开发的第一天起&#xff0c;我想我已经爱上了开发&#xff0c;哈哈哈&#xff0c;愿你我坚持下去的理由都是热爱&#xff0c;共勉&#xff01;这几天没有更新博客&#xff0c;是因为我学习去了&#xff08;没有相见的日子&#xff0c;我在努力哈哈哈&#xff09;。有…

软件测试基础:MantisBT的安装配置及使用——BUG管理工具

这学期学习的移动app测试&#xff0c;真的晕&#xff0c;一门无聊且枯燥的课&#xff0c;但是还是得学&#xff0c;越是无聊&#xff0c;越要当成男朋友来看待&#xff0c;共勉&#xff01;以前用过一个工具禅道还不错&#xff0c;老师还没讲测试的时候就已经用到过一些了&…

连接真机开发安卓(Android)移动app MUI框架——混合式开发(二) 带你项目开发(最新版)

今天是很丧的一天&#xff0c;做什么都提不起兴趣&#xff0c;不知道何时才能做到道家的“无为&#xff0c;而无所不为”&#xff0c;也无法理解范仲淹的“不以物喜不以己悲”。可是再没兴趣&#xff0c;学习还是要继续&#xff01;&#xff01;&#xff01;为了让自己放松&…

【Excel】设置数据有效性以及COUNTIF用法

日常工作中&#xff0c;我们经常会用到办公软件Excel&#xff0c;然而实际使用中&#xff0c;我们只是用了很小一部分的功能。下面我想介绍的是如何设置数据有效性&#xff0c;以及对某个数据进行个数统计&#xff0c;具体我们通过以下两个例子详细说明一下。 设置数据有效性 …

Apache默认端口80被占用无法启动服务问题

在实际工作中&#xff0c;有时运行Apache服务&#xff0c;会发现Apache默认端口80被占用无法启动服务&#xff0c;然后查找时却发现无法具体哪个进程被占用&#xff0c;这个时候我们应该怎样去解决问题呢&#xff1f; 1&#xff09;首先通过cmd 的netstat -ano命令查看具体哪个…

monkey自动化测试移动app 操作指南——真机 安卓(Android)app测试

https://blog.csdn.net/hanhanwanghaha宝藏女孩 欢迎您的关注&#xff01; 欢迎关注微信公众号&#xff1a;宝藏女孩的成长日记 如有转载&#xff0c;请注明出处&#xff08;如不注明&#xff0c;盗者必究&#xff09; 前言 Monkey是Android中的一个命令行工具&#xff0c;可以…

解决Word、Excel启动时提示向程序发送命令出现问题

还记得突然有一天&#xff0c;打开Excel或者word后&#xff0c;总是提示“向程序发送命令出现问题”&#xff0c;那时候很郁闷&#xff0c;不知道什么问题&#xff0c;重启电脑等方法都没用&#xff0c;然后度娘查找&#xff0c;最后才发现是因为按照额外程序导致的&#xff0c…

抠图把你头发都抠没了?真的爱了这在线免费抠图,带你又快又简单地抠图!

哈哈哈哈 一个超级无敌可爱的人鸭 在线教你怎么偷懒哈哈哈 https://blog.csdn.net/hanhanwanghaha宝藏女孩 欢迎您的关注&#xff01; 欢迎关注微信公众号&#xff1a;宝藏女孩的成长日记 如有转载&#xff0c;请注明出处&#xff08;如不注明&#xff0c;盗者必究&#xff09…

【资讯】全球瞩目!无人驾驶真的来了!

所有人都知道&#xff0c;这一天会来&#xff01; 但谁也没想到&#xff0c;来得这么快&#xff01; 出发&#xff01; 2017年12月2日&#xff0c;一声令下&#xff0c;深圳的无人驾驶公交车正式上路了&#xff01; 一辆辆不需要驾驶员的公交车&#xff0c;从深圳福田穿梭驶…

连接真机开发安卓(Android)移动app MUI框架——混合式开发(三) (连接后端)

https://blog.csdn.net/hanhanwanghaha宝藏女孩 欢迎您的关注&#xff01; 欢迎关注微信公众号&#xff1a;宝藏女孩的成长日记 如有转载&#xff0c;请注明出处&#xff08;如不注明&#xff0c;盗者必究&#xff09; 分享今天看到的两句文案&#xff1a;我们必须全力以赴&…

【资讯】辉煌十载!BDTC 2017 中国大数据技术大会在京盛大召开

12 月 7 - 9 日&#xff0c;由中国计算机学会主办&#xff0c;CCF 大数据专家委员会承办&#xff0c;中国科学院计算技术研究所、中科天玑数据科技股份有限公司、CSDN 协办的 2017 中国大数据技术大会&#xff08;BDTC 2017&#xff09;在北京新云南皇冠假日酒店盛大召开。 作为…

SWT folder ‘..\framework\x86_64‘ does not exist. Please set ANDROID_SWT to point to the folder conta

前言 这报错整了我几个小时&#xff0c;说实话&#xff0c;搜索出来很多都是改monkeyrunner.bat&#xff08;大部分解决办法都是一字不差&#xff0c;一模一样&#xff0c;这就很明显了&#xff09;&#xff0c;我试了根本没用&#xff0c;看了一位大佬的文章才有所启发。 报…

【资讯】2017年乌镇互联网大会,互联网大佬们齐聚首

世界互联网大会昨天&#xff08;12月3日&#xff09;正式在浙江乌镇开幕&#xff0c;可以说是把互联网半壁江山都搬来了。 按照惯例&#xff0c;各家大佬们都是摘重点讲了讲公司近期取得的优异成果&#xff0c;顺带展望未来&#xff0c;提出趋势判断。 马云在自己的主场&#…

连接真机开发安卓(Android)移动app MUI框架 添加购物车等——混合式开发(四)

这篇发得有点晚了&#xff0c;实属罪过&#xff01; 以前高中月考的时候有幸进了一个学霸班坐了一个学霸的座位&#xff08;应该是一位女学霸&#xff0c;桌子上面写着&#xff1a;如果不是因为生气而将事情变得更加严重&#xff0c;那么事情也不是那么的大了&#xff09; 希望…

【Excel】统计不重复数据的个数,设置单元格不允许出现重复数据

前篇文章我们介绍了一下Excel中如何设置数据有效性以及COUNTIF函数的用法&#xff0c;这篇文章主要介绍有重复数据时如何统计不重复数据的个数以及通过数据有效性去设置单元格不允许出现重复数据。 统计单列不重复的个数 如下图所示&#xff0c;要统计B列数据的不重复个数&am…

连接真机开发安卓(Android)移动app MUI框架 完善购物车订单等页面——混合式开发(五)

https://blog.csdn.net/hanhanwanghaha宝藏女孩 欢迎您的关注&#xff01; 欢迎关注微信公众号&#xff1a;宝藏女孩的成长日记 如有转载&#xff0c;请注明出处&#xff08;如不注明&#xff0c;盗者必究&#xff09; 这周真的太忙了&#xff0c;就连写日记和更博洗头发的时间…

Android Studio下载、安装、配置及连接真机开发第一个App ——入门选手快进

最近的安卓测试给我心态搞蹦了&#xff0c;问也没人问&#xff0c;难受简直了&#xff01;又是一轮自学之路&#xff08;说实话这一路上教会我一个很大的道理就是一定要有愿意帮助你的老师&#xff0c;还有自己的自觉&#xff0c;一样也不能少。前者没有的话只能后者补了呜呜呜…