无法使用 jquery 将值设置为 asp DropDownlist
我正在使用jquery-1.4.4。我正在尝试在 Internet Explorer 6 中使用 jquery 方式设置下拉列表的值。
$('#ddlDistricts').val(SetValueL);
如果我计算下拉列表中的项目数,它会显示 3 个项目,并且在 ie7,8 和 firefox4.0 上工作正常。
请告诉我如何使用 jquery 在 ie6 中选择具有值的下拉列表项。
提前致谢 拉吉夫
I am using jquery-1.4.4. i am trying to set value of dropdown list using jquery way in internet explorer 6.
$('#ddlDistricts').val(SetValueL);
if i take the count of items inside the dropdown list it is showing 3 items and it is working fine with ie7,8 and firefox4.0.
Please tell me how we select the dropdownlist item with value in ie6 using jquery.
Thanks in advance
Rajeev
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置值如下:
JQUERY:
HTML:
单击此处查看演示
Set value as given below:
JQUERY:
HTML:
CLICK HERE TO SEE THE DEMO