gpt4 book ai didi

javascript - 在提交表单时使用 ui Binder 中的外部 css 使特定的 div 变灰

转载 作者:行者123 更新时间:2023-11-28 11:05:06 25 4
gpt4 key购买 nike

我想在按钮单击事件期间使 div 的特定部分变灰。就像我们在两个文本框中传递了值并单击了将值提交到数据库的按钮,此时屏幕应该变灰,其所有小部件都处于禁用模式。

我希望借助 css、javascript 在 ui Binder 中完成

最佳答案

试试这个

$("#divId1").click(function(event){

$("#somePortiondivId2").css("background-color",'#ccc');

});

在你的情况下:

$("#submitId").click(function(event){

$("#textBox1").prop('disabled', true);
$("#textBox2").prop('disabled', true);

});

关于javascript - 在提交表单时使用 ui Binder 中的外部 css 使特定的 div 变灰,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22294724/

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