Answers for "how to check an div is empty or not using js"

PHP
2

js check if div is empty

if ($('#element').is(':empty')){
  //do something
}
Posted by: Guest on April-15-2020

Code answers related to "how to check an div is empty or not using js"

Browse Popular Code Answers by Language