-3
I’m trying to get the dice selected on a select múltiple
can pass to the other select by clicking the button >>
, but I can’t.
Is there any HTML5 functionality that can solve this ?
<select multiple="multiple">
<optgroup label="Manhã">
<option>07:00 - 08:00</option>
<option>08:00 - 09:00</option>
<option>09:00 - 10:00</option>
<option>10:00 - 11:00</option>
<option>11:00 - 12:00</option>
</optgroup>
<optgroup label="Tarde">
<option>12:00 - 13:00</option>
<option>13:00 - 14:00</option>
<option>14:00 - 15:00</option>
<option>15:00 - 16:00</option>
<option>16:00 - 17:00</option>
<option>17:00 - 18:00</option>
</optgroup>
</select>
<input type="submit" value=">>">
<select multiple="multiple">
</select>
You will have to use javascript for this, have you done something? If yes post your code
– Anderson Henrique
@Andersonhenrique not only made the html that is showing in the image :/
– Ikaro Sales
Post your HTML too, it’s easier to make the example more realistic
– Anderson Henrique
@Andersonhenrique made !
– Ikaro Sales
great, easy there
– Anderson Henrique