$(".accept-button").click( function() { $("#id_offer").val($(this).attr("data-offer-uuid")); $("#hotel_name").text($(this).attr("data-offer-name")); } );