一、练习一
1、需求效果分析:
2、代码示例:
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script src="/UploadFiles/2021-04-02/jquery.js">二、练习二
1、效果分析:
2、代码示例
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <style type="text/css"> p { display: none; border: 1px solid red; } </style> <script src="/UploadFiles/2021-04-02/jquery.js">三、练习三
1、效果分析
2、代码示例
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <style type="text/css"> .box { border: 1px solid #aaccff; padding: 10px; margin: 10px; } .box1 { border: 1px solid #aacc66; padding: 10px; margin: 10px; } .red { color: Red; } p { padding: 10px; margin: 10px; } </style> <script src="/UploadFiles/2021-04-02/jquery.js">以上这篇JQuery 选择器、DOM节点操作练习实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。