Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a options list:
<select> <option value="14">Ab 14</option> <option value="16">Ab 16</option> <option value="18">Ab 18</option> <option value="21">Ab 21</option> </select>
I want to get the value of the selected one in a variable.
Hi Jasmin,
I don't think this is an Umbraco related question, but a Javascript related one. Without knowing the context, perhaps the following link could help you out:
https://www.nicesnippets.com/blog/how-to-get-value-of-selected-option-in-javascript
Kind regards,
Corné Hoskam
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Selected Option value
I have a options list:
I want to get the value of the selected one in a variable.
Hi Jasmin,
I don't think this is an Umbraco related question, but a Javascript related one. Without knowing the context, perhaps the following link could help you out:
https://www.nicesnippets.com/blog/how-to-get-value-of-selected-option-in-javascript
Kind regards,
Corné Hoskam
is working on a reply...