jQuery
你若信
这个作者很懒,什么都没留下…
展开
-
jQuery学习2
1、jQuery函数 <!DOCTYPE html> <html> <head> <title>jQuery函数</title> </head> <body> <div> <button id="ll">测试</button> </div> <script原创 2022-02-20 17:41:44 · 292 阅读 · 0 评论 -
jQuery学习1
1、jQuery是js的高级版,封装BOM和DOM 2、基本使用 <!DOCTYPE html> <html> <head> <title>jQuery的基本使用</title> </head> <body> <input type="button" value="按下" id="btn1"/><br> <!--获取--&原创 2022-02-20 16:57:47 · 386 阅读 · 0 评论