当前位置: 首页 > 工具软件 > ngx-bootstrap > 使用案例 >

前端_bootstrap

蒙才
2023-12-01

bootstrap:

1、选中select下拉框中的内容

$("#objId").find("option:contains('optionName')").attr("selected",true);

2、获取select下拉框中的内容

$("#objId").find("option:selected")[0].textContent

 类似资料: