$('.media-select--featured').click(function (elem) { var id = $(this).data().id; var title = $(this).data().title; var thumb_url = $(this).data().thumb; $(".association_content_item_id").val(id); $('.content-item-button__selection').remove(); $('.content-item-button').append( '
' ); window.MODALS.featured.close(); });