• Resolved larrygeams

    (@larrygeams)


    How can I include additional data inside the select option

    <select id="select">
      <option value="1" data-foo="dogs">this</option>
      <option value="2" data-foo="cats">that</option>
      <option value="3" data-foo="gerbils">other</option>
    </select>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Adding additional data to select options’ is closed to new replies.