-3
此代碼在Opera工作,問題是IE和Android。 使用hiden()
javascript。第一選擇使用價值馬自達(馬克)第二顯示我們'歌劇':只有所有型號MAZDA(很好)。 'IE':向我們展示所有模型和所有optgroup。也許是在JS問題?Javascript optgroup隱藏不工作IExlorer
$(document).ready(function() {
$('#model optgroup').hide();enter code here
$('#Marka').change(function() {
var text = $(this).val();
$('#model optgroup').hide();
$('#model').val('');
$('#model optgroup[label="' + text + '"]').css({
'display': 'block'
});
});
});
function usun() {
document.getElementById("first").style.display = "none";
}
https://jsfiddle.net/p051m5u6/
哇2X「 - 」?也許我的帖子的答案?或者我的問題太難了。 –
可能的問題重複:[在Internet Explorer中顯示/隱藏選擇optgroup選項](http://stackoverflow.com/questions/20628466/show-hide-select-optgroup-options-in-internet-explorer)和[如何隱藏optgroup /選項元素?](http://stackoverflow.com/questions/2731668/how-to-hide-optgroup-option-elements)。 OS似乎不是一個因素。 – Roberto
你可以試着重述一下你的問題嗎?很難理解你的實際問題是什麼... – radoh