HTML - how to assign a value to a div tag similar to an option tag -


i want give div tag hidden value. can done done option tags?

html

        <select>             <option value="bread">field 1</option>             <option value="butter">field 2</option>             <option value="milk">field 3</option>         </select> 

use data-* attributes (e.g. data-food): https://developer.mozilla.org/en-us/docs/web/guide/html/using_data_attributes


Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -