$(function() { $('div.active img').each(function() { $(this).attr('src', $(this).data('src')); }) });