gpt4 book ai didi

jquery - attr ('selected' ,'selected' )在 jquery 中不起作用

转载 作者:行者123 更新时间:2023-12-01 01:55:30 27 4
gpt4 key购买 nike

$('#sellist option').each(function(index) {
var str ='4/5/8';
var substr = str.split('/');
if (substr[0] == $(this).attr('value')) {
$(this).attr('selected','selected');
alert('hi'); ///For check
}
});

一切正常,并且警报被触发。我在控制台中没有任何错误。但是 #sellist option 没有选择我想要的。我的问题是什么。谢谢。

最佳答案

用 prop 替换 attr。

$('#element').prop('selected', true);

关于jquery - attr ('selected' ,'selected' )在 jquery 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8339660/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com