Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created June 30, 2016 09:41
Show Gist options
  • Save ABooooo/bbf435b70b89b452443101053889f12a to your computer and use it in GitHub Desktop.
Save ABooooo/bbf435b70b89b452443101053889f12a to your computer and use it in GitHub Desktop.
check if contain image with timeout
setTimeout(function(){
if ($(".contentHeader").find("img").length > 0) {
$(".content").css("padding","15px 0");
} else {
$(".contentHeader").css("padding","0");
}
},100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment