Blame view
resources/views/modals/send_employer_new.blade.php
469 Bytes
7571b20fd Коммит 13 марта 2024 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<script> console.log('Сообщение работнику'); $(document).on('change', '#btn_send_file', function() { var send_name = $('#send_name'); var send_name_val = send_name.val(); var this_final_name = $('#this_final_name'); console.log(send_name_val); this_final_name.html(send_name_val); }); </script> <div id="send2" class="modal"> <div class="modal__body"> fghfghfghfghfgh </div> </div> |