Skip to content

Instantly share code, notes, and snippets.

@ivan-kalachikov
Created February 13, 2020 07:16
Show Gist options
  • Save ivan-kalachikov/a9bb9c05a37f14c539d12f0b45579952 to your computer and use it in GitHub Desktop.
Save ivan-kalachikov/a9bb9c05a37f14c539d12f0b45579952 to your computer and use it in GitHub Desktop.
Check element is empty JQuery
if( $.trim( $('.services-section .col:nth-child(2)').text() ) == "" ){
$('.services-section .col:nth-child(2)').parent('.text').addClass('single-col');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment