jQuery * 选择器
jQuery 教程
· 2019-03-09 23:12:34
实例
选取文档内的所有元素:
$("*")
定义和用法
* 选择器选取文档中的所有元素,包括 html、head 和 body。
如果 * 选择器与其他元素一起使用,该选择器选取指定元素中的所有子元素。
提示:* 选择器会对一些浏览器的处理造成负担。
语法
$("*")
点击查看所有 jQuery 教程 文章: https://codercto.com/courses/l/35.html
Basics of Web Design
Terry Felke-Morris / Addison-Wesley / 2013-1-28 / USD 98.40
Basics of Web Design: HTML5 and CSS3, 2e covers the basic concepts that web designers need to develop their skills: * Introductory Internet and Web concepts* Creating web pages with HTML5* Configurin......一起来看看 《Basics of Web Design》 这本书的介绍吧!