CONTACT
ENTRY
入力内容を確認する
$(function() { // 自要素の前に追加 $('#job_name').prepend('選択してください'); }); $(function() { $('select').on('change', function() { $(this).css('color', $(this).find('option:selected').get(0).style.color); }).trigger('change'); });
このサイトはreCAPTCHAによって保護されており、Googleのプライバシーポリシーと利用規約が適用されます。 This site is protected by reCAPTCHA and the GooglePrivacy Policy and Terms of Service apply.