$('.category-wrapper').find('.category-popup').each(function() { var path = '/images/banners/'; var imageUrl = path + $(this).attr('id') + ".jpg"; $(this).css('background-image', "url('"+imageUrl+"')"); });