由于我在同一页面上使用了带有数据表的yadcf过滤器V0.9.3,并且在同一页面上的输入字段的类型为“ password”,所以我将收到以下chrome中列出的错误:
[DOM] Found 2 elements with non-unique id #yadcf-filter--MainTable-10: (More
info: ....goo.gl/9p2vKq)
<input type="text" onkeydown="yadcf.preventDefaultForEnter(event);" id=
"yadcf-filter--MainTable-10" class="yadcf-filter wide50" onmousedown=
"yadcf.stopPropagation(event);" onclick="yadcf.stopPropagation(event);"
placeholder filter_match_mode="contains" onkeyup="yadcf.textKeyUP(event,'-
MainTable', 10);">
<input type="text" onkeydown="yadcf.preventDefaultForEnter(event);" id=
"yadcf-filter--MainTable-10" class="yadcf-filter wide50" onmousedown=
"yadcf.stopPropagation(event);" onclick="yadcf.stopPropagation(event);"
placeholder filter_match_mode="contains" onkeyup="yadcf.textKeyUP(event,'-
MainTable', 10);">
因此,yadcf源代码中似乎使用了多个等号,出于安全原因,我现在将得到错误。
我不想将密码检查放在另一个页面上,所以我想寻求一个可能的解决方案来避免此错误。