how coordinates in dropdown
Hello,
I have a dropdown and i want there coordinates if value. I saw on the internet that it is possible with jquery.
see :
https://jsfiddle.net/TroyAlford/ZZEk8/
for example coordinates: north: x 89 and y 14.
my question is: how can I get coordinates in the dropdown?
thanks in advance
- <select name="value">
- <option value="NW">North-West</option>
- <option value="N">North</option>
- <option value="South">South</option>
- </select>