Instantly share code, notes, and snippets.
以回帖的形式进行记录。
取表格的第二行
$("#list tr:eq(1)")
Sorry, something went wrong.
There was an error while loading. Please reload this page.
选择第一行,用 $('tr:fisrt') 选择第N行用 $('tr:eq(n-1)') $("tr td:nth-child(2)")
取表格的第二行
$("#list tr:eq(1)")