- parent()
- parents()
- closest() find the parent element nearest to the selected element
- children()
- siblings()
- prev()
- next()
- remove() $("p").remove() remove p elements
- empty() $("p").empty() delete content in ps
- detache() $elememts = $("p").detache() remove and hold
- replacewith()
- before()
- after()
- first()
- eq()
- last()
- slice()
- filter()
- not()
No comments:
Post a Comment