6 lines
No EOL
177 B
JavaScript
6 lines
No EOL
177 B
JavaScript
$(".accept-button").click(
|
|
function() {
|
|
$("#id_offer").val($(this).attr("data-offer-uuid"));
|
|
$("#hotel_name").text($(this).attr("data-offer-name"));
|
|
}
|
|
); |