How to find the first row of a table using jQuery?
You can use :first
with a tr
element selector, for example:
$("table tr:first")
Or for a specific table:
$("#myTable tr:first")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With