$(document).ready(function() { $(".table-formmail.table-formail-jp tr:last-child table>tbody>tr:first-child>td:first-child").html("

ËÁìÑï×ÜêÎ収ó¢ÐàªÓ××éÄÙÍîÜ

"); $(".table-formmail.table-formail-jp tr:last-child table>tbody>tr:first-child>td:last-child").html(" ËÁìÑï×ÜêÎ収ó¢ÐàªÓ××éÄÙÍîܪËÔÒëòª·ªÞª¹¡£"); $(".table-formmail.table-formail-jp input[name='attachment[]']").parent().addClass("btn-fileupload"); $(".table-formmail.table-formail-jp .btn-fileupload").html('
àÔ択ª·ª¿«Õ«¡«¤«ëªÊª·
'); const actualBtn = document.getElementById('ex_file'); const fileChosen = document.getElementById('file-chosen'); actualBtn.addEventListener('change', function(){ fileChosen.textContent = this.files[0].name }); });