Verify if an html element is empty


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if ($('#keks').html()) {
  2. // Do something to remedy the situation
  3. }

URL: http://johannburkard.de/blog/programming/javascript/6-fast-jQuery-Tips-More-basic-Snippets.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.