标签: javascript jquery
如何使用属性获取壁橱?
$('tr[data-order]:closest', $(this)).css({background:'red'});
我需要通过attriute tr
tr
data-order
答案 0 :(得分:5)
$('theStartingObject').closest('tr[data-order]');