You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
// See How to get the selected value of dropdownlist using JavaScript? http://stackoverflow.com/questions/1085801/how-to-get-the-selected-value-of-dropdownlist-using-javascriptvare=document.getElementById('colorpicker');e.options[e.selectedIndex].value;
returns "#ff887c"
The text was updated successfully, but these errors were encountered:
With jQuery
returns null
Without jQuery
returns "#ff887c"
The text was updated successfully, but these errors were encountered: