**スクリプト初心者の免責事項**
私のウェブサイトで、連絡先フォームにフィールドを追加して製品の項目として機能させたいのですが、何らかの理由でワードプレスが機能を許可していません。これがhttp://jsfiddle.net/LQ85Z/1/と想定されていることであり、これが私のサイトでの処理方法http://ocblinds.com/order-now/です。私のウェブサイトでは、div の表示が許可されていません。誰かが私が間違っていることを見ることができますか?
$(function() {
$('#select').change(function() {
if ($(this).val() == "1") {
$('#line_1').show();
$('#line_2').hide();
$('#line_3').hide();
$('#line_4').hide();
$('#line_5').hide();
$('#line_6').hide();
$('#line_7').hide();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "2") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').hide();
$('#line_4').hide();
$('#line_5').hide();
$('#line_6').hide();
$('#line_7').hide();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "3") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').hide();
$('#line_5').hide();
$('#line_6').hide();
$('#line_7').hide();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "4") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').hide();
$('#line_6').hide();
$('#line_7').hide();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "5") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').show();
$('#line_6').hide();
$('#line_7').hide();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "6") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').show();
$('#line_6').show();
$('#line_7').hide();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "7") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').show();
$('#line_6').show();
$('#line_7').show();
$('#line_8').hide();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "8") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').show();
$('#line_6').show();
$('#line_7').show();
$('#line_8').show();
$('#line_9').hide();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "9") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').show();
$('#line_6').show();
$('#line_7').show();
$('#line_8').show();
$('#line_9').show();
$('#line_10').hide();
}
});
});
$(function() {
$('#select').change(function() {
if ($(this).val() == "10") {
$('#line_1').show();
$('#line_2').show();
$('#line_3').show();
$('#line_4').show();
$('#line_5').show();
$('#line_6').show();
$('#line_7').show();
$('#line_8').show();
$('#line_9').show();
$('#line_10').show();
}
});
});