自动删除OTP Box

时间:2016-07-13 13:28:40

标签: javascript html

我想删除enter image description here 这个OTP Box自动使用Java脚本我该怎么做...

或如何删除

<div class="col-32">
                           <input name="reotp" id="reotp" size="50" maxlength="6" type="password">
                        </div>

这是自动的。

1 个答案:

答案 0 :(得分:0)

不确定是否要隐藏它。如果是这样,那么这个片段将起作用

document.getElementById('reotp').style.display = "none"

如果要删除DOM,则可以使用removeChild