jQuery * 选择器
jQuery 教程
· 2019-03-09 23:12:34
实例
选取文档内的所有元素:
$("*")
定义和用法
* 选择器选取文档中的所有元素,包括 html、head 和 body。
如果 * 选择器与其他元素一起使用,该选择器选取指定元素中的所有子元素。
提示:* 选择器会对一些浏览器的处理造成负担。
语法
$("*")
点击查看所有 jQuery 教程 文章: https://www.codercto.com/courses/l/35.html
Learning Web App Development
Semmy Purewal / O'Reilly Media / 2014-3-3 / USD 29.99
Grasp the fundamentals of web application development by building a simple database-backed app from scratch, using HTML, JavaScript, and other open source tools. Through hands-on tutorials, this pract......一起来看看 《Learning Web App Development》 这本书的介绍吧!