Guest User

Untitled

a guest
May 24th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $(".js-imgTobg").each(function(){
  2. $(this).children("img").css("display", "none");
  3. var imgSrc = $(this).children("img").attr("src");
  4. $(this).css("background-image", "url('"+imgSrc+"')");
  5. });
Add Comment
Please, Sign In to add comment