Posts Tagged select dropdown
Javascript Beginners – Select a dropdown option by value
Posted by Imran in Javascript on June 27th, 2009
A very simple and common issue a Javascript newbie often faces is how to select a dropdown option dynamically by value. People who are working for long with Javascript would solve it in minutes, but hey, this is for a newbie, remember?
So this is a simple function I wrote to do the work.
[...]
