Jak sprawdzić, czy tabela HTML jest pusta za pomocą jQuery

if ($('#Table1 tr').length == 0) {
    //...do something here
}
Wide-eyed Wildebeest