jq
api
jQuery
API
Toggle navigation
:last-of-type
选择器
API首页
选择器
:last-of-type
:last-of-type
返回值:jQuery
V1.9
概述
结构化伪类,匹配E的父元素的最后一个E类型的孩子
大体的意思跟
:first-of-type
差不多,只是一个是第一个元素,一个是最后一个元素,这里就不赘述了。