Cómo verificar si la tabla HTML está vacía usando jQuery

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