I have a select box and I’d like to make it fill in fields (something like <option value="id" data-core="330" data-cco="nosla">id</option>), would it be possible to fill in <input type="text"> based on name or id on selection, with data-core going into one and data-cco going into one?
I have a select box and I’d like to make it fill in fields
Share
yes you could do something like:
here is the example:
http://jsfiddle.net/KQPxJ/