招聘询问

输入必要项目后按「往确认画面」。

以下内容若无误请按送件。

必须
必须
必须
必须
必须
必须

(function() { window.addEventListener('load', function() { const isPreview = Boolean(document.querySelector('.mw_wp_form_preview')); if (!isPreview) { const category = document.getElementById('category'); // select const othersRow = category.parentElement.parentElement.nextElementSibling; // tr function toggleOthersRow() { if (category.selectedIndex === 8) { othersRow.classList.remove('d-none'); } else { othersRow.classList.add('d-none'); } } toggleOthersRow(); category.addEventListener('change', toggleOthersRow, false); } }); })();