jQuery * 選擇器
jQuery * 選擇器
1. 范例
選擇 內(nèi)的所有元素:
$(body *)
2. 定義和用法
* 選擇器選取文檔中的每個(gè)單獨(dú)的元素,包括 html、head 和 body。
如果與其他元素(嵌套選擇器,正如上面的例子)一起使用,該選擇器選取指定元素中的所有子元素。
語(yǔ)法
$(*)
3. 提示和注釋
提示:根據(jù)實(shí)踐,某些瀏覽器使用 * 的處理速度緩慢。
相關(guān)文章
- jQuery 教程
- jQuery Callback 函數(shù)
- jQuery 事件 preventDefault() 方法
- jQuery 事件 target 屬性
- jQuery 事件 mouseover() 方法
- jQuery 遍歷 clearQueue() 方法
- jQuery 數(shù)據(jù) jQuery.data() 方法
- jQuery 數(shù)據(jù) removeData() 方法
- jQuery 遍歷 add() 方法
- jQuery 遍歷 andSelf() 方法
- jQuery 遍歷 nextUntil() 方法
- jQuery ajax post() 方法
- jQuery CSS 操作 height() 方法
- jQuery CSS 操作 offset() 方法
- jQuery CSS 操作 position() 方法
- jQuery 屬性操作 hasClass() 方法
- jQuery 文檔操作 remove() 方法
- jQuery 效果 fadeTo() 方法
- jQuery 效果 hide() 方法
- jQuery :input 選擇器