gpt4 book ai didi

javascript - :focus simultaneously with input of button and search

转载 作者:太空宇宙 更新时间:2023-11-04 08:54:16 25 4
gpt4 key购买 nike

我正在尝试提供文本输入和伪按钮:focus。我可以做到,没问题。我的问题是,当我单击文本输入时,我想要的是,它不仅会更改输入文本上的元素,还会更改按钮。这在 JS 中可行吗?你会创建一个函数来说明当它被点击时会改变它的元素吗?甚至在 jQuery 中?

最佳答案

这里是:

#inputText:focus{
border: 1px dashed black;
}
#inputText:focus ~ #button {
background: red;
}

https://jsfiddle.net/fxzuu3yz/

关于javascript - :focus simultaneously with input of button and search,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43220008/

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