Como verificar se a tabela html está vazia usando jQuery

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