This repository was archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
This repository was archived by the owner on Aug 25, 2022. It is now read-only.
multiple fields with the same ID on the same page. #7
Copy link
Copy link
Open
Description
There are multiple (lots) id repeated on the same page, for example look at the demo page (http://wcolorpicker.websanova.com/).
<div class="wColorPicker-palette wColorPicker-palette-simple">
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-top wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 0, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(51, 51, 51);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(102, 102, 102);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(153, 153, 153);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(204, 204, 204);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 255, 255);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 0, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 255, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 0, 255);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 255, 0);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(0, 255, 255);"></div><br>
<div class="wColorPicker-palette-color wColorPicker-palette-color-0 wColorPicker-palette-color-left" id="wColorPicker-palette-color-0" style="background-color: rgb(255, 0, 255);"></div><br>
</div>
There are many more, these are just an example.
Metadata
Metadata
Assignees
Labels
No labels