Category: Miscellaneous Traversing

Category: Miscellaneous Traversing

.add()

Create a new jQuery object with elements added to the set of matched elements.

.addBack()

Add the previous set of elements on the stack to the current set, optionally filtered by a selector.

.andSelf()

Add the previous set of elements on the stack to the current set.

.contents()

Get the children of each element in the set of matched elements, including text and comment nodes.

.end()

End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.

.not()

Remove elements from the set of matched elements.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/traversing/miscellaneous-traversal

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部