id当我们在两个不同的标签中使用相同的名称时,我收到以下警告form。
[DOM] 找到 2 个具有非唯一 ID 的元素
这是我的 HTML 片段:
<div class="modal-dialog">
<form action="" method="post" id="myid-1" name="myid-1">
<input type="text" class="form-control" id="Job_Name" name="Job_Name" required="">
<label for="Job_Name">Job Name<span class="text-danger">*</span></label>
<button type="submit">Submit</button>
</form>
</div>
<div class="modal-dialog">
<form action="" method="post" id="myid-2" name="myid-2">
<input type="text" class="form-control" id="Job_Name" name="Job_Name" required="">
<label for="Job_Name">Job Name<span class="text-danger">*</span></label>
<button type="submit">Submit</button>
</form>
</div>
如何解决“找到 2 个具有非唯一 ID 的元素”警告?
慕雪6442864
扬帆大鱼
杨魅力
GCT1015
慕田峪9158850
猛跑小猪
狐的传说
qq_遁去的一_1
相关分类