jQuery(document).ready(function($) { $('.photo_list img').click(function(){ $('.image').html('<img src="" height="359" >'); $('.image img ').attr('src', $(this).attr('src')); }); });