how coordinates in dropdown

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


  1. <select name="value">
  2.         <option value="NW">North-West</option>
  3.         <option value="N">North</option>
  4.         <option value="South">South</option>
  5.     </select>