为了账号安全,请及时绑定邮箱和手机立即绑定

使用函数删除 html 中的属性(隐藏)

使用函数删除 html 中的属性(隐藏)

呼啦一阵风 2023-12-04 19:27:05
您好,我有一个问题要问您,我将删除一个输入类型按钮的属性(隐藏),您能帮我吗,这是我的脚本坦克为你提供帮助<input type="button" onclick="myfunction()" value="Test"><hr><button id="ici" hidden="">lol</button><script>function myfunction() {  document.getElementById("ici").removeAttribute("hidden");}</script>
查看完整描述

1 回答

?
catspeake

TA贡献1111条经验 获得超0个赞

什么不起作用?


function myfunction() {

  document.getElementById("ici").removeAttribute("hidden");

}

<input type="button" onclick="myfunction()" value="Test">

<hr>

<button id="ici" hidden=''>lol</button>


查看完整回答
反对 回复 2023-12-04
  • 1 回答
  • 0 关注
  • 106 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信