Stan Blog

學習過程中的一些記錄

[Jquery] 取父元素方法

parent() 取得上一層的父元素

parents() 取得上一層的所有父元素

closest() 取得上一層第一個符合的父元素,等同於 parents().eq(0)

example:


Ref:

Comments

comments powered by Disqus