Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to check if html table is empty using jquery

if ($('#Table1 tr').length == 0) {
    //...do something here
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #html #table #empty #jquery
ADD COMMENT
Topic
Name
4+6 =