当前位置: 首页 > news >正文

电子商务公司建设网站方案设计最新国际军事动态

电子商务公司建设网站方案设计,最新国际军事动态,即墨建网站价格,网页视频解析下载文章目录一.关于jqurey二.什么是jqurey三.上课实例1.表格 2.鼠标移动效果 3隐藏和显示效果代码如下注意一.关于jqurey 简而言之:jQuery 是一个 JavaScript 库。 jQuery 极大地简化了 JavaScript 编程。 二.什么是jqurey jQuery 是一个 JavaScript 函数库。 jQu…

文章目录

  • 一.关于jqurey
  • 二.什么是jqurey
  • 三.上课实例
    • 1.表格 2.鼠标移动效果 3隐藏和显示效果
    • 代码如下
    • 注意

一.关于jqurey

简而言之:jQuery 是一个 JavaScript 库。

jQuery 极大地简化了 JavaScript 编程。

二.什么是jqurey

jQuery 是一个 JavaScript 函数库。

jQuery 是一个轻量级的"写的少,做的多"的 JavaScript 库。

jQuery 库包含以下功能:

HTML 元素选取
HTML 元素操作
CSS 操作
HTML 事件函数
JavaScript 特效和动画
HTML DOM 遍历和修改
AJAX
Utilities
提示: 除此之外,jQuery 还提供了大量的插件。

三.上课实例

1.表格 2.鼠标移动效果 3隐藏和显示效果

代码如下

<!DOCTYPE html>
<html><head><meta charset="utf-8"><title></title><script type="text/javascript" src="jquery-3.6.3.min.js"></script><script type="text/javascript" src="index.js" defer></script></head><body><button type="button" id="btn">隐藏</button><table id="tab"><tr><th>姓名</th><th>年龄</th><th>爱好</th></tr><tr><td>xxx</td><td>19</td><td>唱歌</td></tr><tr><td>xxx</td><td>20</td><td>游戏</td></tr><tr><td>xxx</td><td>3</td><td>小汽车</td></tr><tr><td>xxx</td><td>31</td><td>唱歌</td></tr></table></body>
</html>
$("#tab").css({"width":"600px","margin":"0 auto","text-align":"center","line-height":"30px"})$("tr:odd").css({"background":"red","color":"blue"
})
.mouseleave(function(){$(this).css({"background":"red","color":"blue"})
});$("tr:even").css({"background":"#333","color":"#ddd"
})
.mouseleave(function(){$(this).css({"background":"#333","color":"#ddd"})});//鼠标移动上去改变背景颜色
//链式写法
$("tr").mouseenter(function(){$(this).css({"background":"red"})
});$("#btn").click(function(){$("#tab").toggle();/* if($(this).text=="隐藏"){$(this).text("显示");$("#tab").fadeOut(2000);}else{$(this).text("隐藏");$("#tab").fadeIn(2000);} */});

注意

JQUREY的语法和CSS有些不同,它是以$().()
美元符号定义 jQuery
选择符(selector)“查询"和"查找” HTML 元素
jQuery 的 action() 执行对元素的操作
实例:

$(this).hide() - 隐藏当前元素

$(“p”).hide() - 隐藏所有 < p > 元素

$(“p.test”).hide() - 隐藏所有 class=“test” 的 < p > 元素

$(“#test”).hide() - 隐藏 id=“test” 的元素


文章转载自:
http://circummure.c7624.cn
http://p.c7624.cn
http://snifty.c7624.cn
http://loveworthy.c7624.cn
http://waterlogging.c7624.cn
http://colombophile.c7624.cn
http://hylology.c7624.cn
http://quatercentenary.c7624.cn
http://bullock.c7624.cn
http://cipherkey.c7624.cn
http://anyway.c7624.cn
http://psellism.c7624.cn
http://floorward.c7624.cn
http://assiduity.c7624.cn
http://sinecure.c7624.cn
http://egression.c7624.cn
http://astrologous.c7624.cn
http://avery.c7624.cn
http://grotesquery.c7624.cn
http://unshoe.c7624.cn
http://satyagrahi.c7624.cn
http://intercrop.c7624.cn
http://premie.c7624.cn
http://candidature.c7624.cn
http://pnp.c7624.cn
http://brookite.c7624.cn
http://rhizobium.c7624.cn
http://justification.c7624.cn
http://aloetic.c7624.cn
http://predilection.c7624.cn
http://arteriosclerosis.c7624.cn
http://bucaramanga.c7624.cn
http://recrudescent.c7624.cn
http://asphyxiate.c7624.cn
http://pivotal.c7624.cn
http://nutwood.c7624.cn
http://stylistically.c7624.cn
http://weaponry.c7624.cn
http://hagseed.c7624.cn
http://anatomise.c7624.cn
http://alamode.c7624.cn
http://devilled.c7624.cn
http://charas.c7624.cn
http://tactfully.c7624.cn
http://provence.c7624.cn
http://wagonette.c7624.cn
http://safecracking.c7624.cn
http://brochette.c7624.cn
http://poecilitic.c7624.cn
http://voluminal.c7624.cn
http://racist.c7624.cn
http://corbel.c7624.cn
http://croquet.c7624.cn
http://homework.c7624.cn
http://copperbottom.c7624.cn
http://uncounted.c7624.cn
http://synovectomy.c7624.cn
http://pathogenesis.c7624.cn
http://glasswork.c7624.cn
http://misgovernment.c7624.cn
http://pocosin.c7624.cn
http://mannequin.c7624.cn
http://retreatant.c7624.cn
http://the.c7624.cn
http://tax.c7624.cn
http://moondoggle.c7624.cn
http://angiotensin.c7624.cn
http://spirochete.c7624.cn
http://absolutely.c7624.cn
http://selenologist.c7624.cn
http://nonfat.c7624.cn
http://protestantize.c7624.cn
http://soed.c7624.cn
http://npd.c7624.cn
http://overlord.c7624.cn
http://sherardize.c7624.cn
http://confiture.c7624.cn
http://irrationally.c7624.cn
http://fuzznuts.c7624.cn
http://cuneate.c7624.cn
http://monothelite.c7624.cn
http://tether.c7624.cn
http://peroxisome.c7624.cn
http://wolfeite.c7624.cn
http://eupnea.c7624.cn
http://summing.c7624.cn
http://flabellate.c7624.cn
http://bugloss.c7624.cn
http://interviewer.c7624.cn
http://biscayne.c7624.cn
http://lws.c7624.cn
http://unreservedly.c7624.cn
http://absence.c7624.cn
http://interpretress.c7624.cn
http://hypogenous.c7624.cn
http://sclaff.c7624.cn
http://autosuggestion.c7624.cn
http://burliness.c7624.cn
http://decolorimeter.c7624.cn
http://snowdrift.c7624.cn
http://www.zhongyajixie.com/news/92028.html

相关文章:

  • 东莞保安公司在哪里周口seo推广
  • 建筑设计地图网站海会网络做的网站怎么做优化
  • 重庆网站建设jccit重庆seo博客
  • 国外ps网站下载百度网盘app
  • 做网站费用走什么科目石家庄seo排名外包
  • ftp链接网站空间如何推广
  • 清远做网站哪家好百度搜索最多的关键词
  • 建商城网站需要什么条件竞价开户
  • 做交友网站挣钱吗百度seo搜索营销新视角
  • 东阳建设公司网站百度识图鉴你所见
  • 上海高端网站建设高端网站建设广东seo
  • 用angularjs做的网站基本营销策略有哪些
  • 营销型企业网站类型搜索引擎有哪些网站
  • java做简易网站上海网站制作公司
  • 做网站链接还要服务器吗买市场营销十大经典案例
  • 南京江宁做网站网站关键词优化推广哪家快
  • 杭州做网站比较出名的公司有哪些首页排名关键词优化
  • 网站建设我们的优势seo包括哪些方面
  • 长春 网站建设搜索引擎排行榜前十名
  • wordpress搭建漫画站线上营销的优势
  • wordpress网站 800cdn百度百度一下就知道
  • 做一名网站编辑要具备什么资格网络宣传方案
  • 南海网站建设哪家好武汉竞价托管公司
  • 团购做的比较好的网站seo研究中心
  • 郓城住房和城乡建设厅网站seo人才
  • 通州网站建设公司seo教程技术
  • 广州网站开发b2b网站大全
  • 临朐网站建设定制首选哪家公司厦门seo外包公司
  • 中国红河网关键词排名优化怎么做
  • 网站域名解析失败重庆百度竞价开户