Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active September 23, 2016 21:11
Show Gist options
  • Select an option

  • Save IgorGavrilenko/f26999f45681a2db2c8b to your computer and use it in GitHub Desktop.

Select an option

Save IgorGavrilenko/f26999f45681a2db2c8b to your computer and use it in GitHub Desktop.
hide empty element
$(":empty").parent().hide();
$(":empty").hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment