3
請考慮以下事項,如何獲取特定數據屬性值的最後一個元素?如何使用jquery獲取數據屬性值的元素?
<tr data-log="sectionA"><td>Log Information</td></tr>
<tr data-log="sectionA"><td>Log Information</td></tr>
<tr data-log="sectionA"><td>Log Information</td></tr>
<tr data-log="sectionA"><td>Log Information</td></tr> <--- I need this last element of sectionA
<tr data-log="sectionB"><td>Log Information</td></tr>
<tr data-log="sectionB"><td>Log Information</td></tr>
<tr data-log="sectionB"><td>Log Information</td></tr>
<tr data-log="sectionB"><td>Log Information</td></tr>
我不知道什麼嘗試..感謝您的任何想法...