jquery查找上面同級標籤

$('margin').prev();他的上一個節點this

$('margin').next();他的下一個節點next

$(this).prevAll(); 當前元素上面全部的節點margin

相關文章
相關標籤/搜索