From 2aa1975891f38e832f07ceefce42660021f0205f Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 11 Aug 2017 17:12:10 +0300 Subject: [PATCH] форма --- frontend/web/js/script.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index 89852f3..dd5e59d 100644 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -106,6 +106,7 @@ $( var title_b = $(this).data('title'); $(".modal-title").text(title_b); $("#order-form input[type='hidden']").val(title_b); + alert($("#order-form input[type='hidden']").val()); }); } } -- libgit2 0.21.4