摘要: <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-w 阅读全文
posted @ 2021-05-11 23:44 一个动态类型的幽灵 阅读(66) 评论(0) 推荐(0) 编辑
摘要: jQuery代码具体的写法和原生的Javascript写法在执行常见操作时的区别如下: 1 定位元素 JS document.getElementById("abc") jQuery $("#abc") 通过id定位 $(".abc") 通过class定位 $("div") 通过标签定位 需要注意的 阅读全文
posted @ 2021-05-11 22:10 一个动态类型的幽灵 阅读(1050) 评论(0) 推荐(0) 编辑