Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

can se have same id for radio button in html

<ul class="tabs">
    <li>
    <input type="radio" name="tabs" id="som" value="0">
    <label for="som">Venta</label>
</li>
<li>
    <input type="radio" name="tabs" id="som" value="1">
    <label for="som">Aliquera</label>
</li>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #se #id #radio #button #html
ADD COMMENT
Topic
Name
3+6 =