gpt4 book ai didi

jquery - 重置所有 select2 jquery 选择元素

转载 作者:行者123 更新时间:2023-12-01 06:48:12 25 4
gpt4 key购买 nike

我需要重置几个 select2 选择元素。目前我正在这样做

            $("#ItemId").select2("val", "");
$("#PermanentDistrictId").select2("val", "");
$("#PermanentThanaId").select2("val", "");
$("#PresentDistrictId").select2("val", "");
$("#PresentThanaId").select2("val", "");
$("#OccupationId").select2("val", "");
$("#GenderId").select2("val", "");

但我想在单个函数中执行此操作,如下所示 -

ParticularForm.AllSelectElements.select2("val", "");

我在这里问是因为我的javascript技能很差。所以,我需要你的帮助。

谢谢。

最佳答案

$(".select2-hidden-accessible").val(null).trigger("更改");

关于jquery - 重置所有 select2 jquery 选择元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19844525/

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