所以是$('table.selectable td.capable input:text')最好$('table.selectable td input:text')?换句话说,指定一个类加速或减慢选择(假设在这种情况下不是绝对必需的)?
$('table.selectable td.capable input:text')
$('table.selectable td input:text')
performance jquery jquery-selectors
jquery ×1
jquery-selectors ×1
performance ×1