**脚本菜鸟免责声明**
在我的网站上,我希望它在联系表单中添加字段以充当我的产品的行项目,但由于某种原因,wordpress 不允许我的功能工作。这是它应该做的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();
}
});
});