samedi 23 juillet 2016

How to disable ckeckbox without input type?

I disable input type checkbox by adding a disabled.

<input type="checkbox" id="1_2" value="45" aria-checked="false" focusable="true" tabindex="-1" class=" seatNumber " name="code[]" placeholder="2" disabled >

How to disable a checkbox without input type?

<div id="1_2" role="checkbox" value="45" aria-checked="false" focusable="true" tabindex="-1" class=" seatNumber " name="code[]"  disable>2</div>




Aucun commentaire:

Enregistrer un commentaire