[jQuery] change select-list after click
Hi
My first post on this list, and sorry for bad spelling!
Well I have a select-list, and I want to change the the selected
option, afte a cklick on a google map. I can get the new value like
this.
document.getElementById("tagValue").value=tagValue;
But I have some problem to change the selectec list on the fly in the
gui.
[code]<select id="tag" name="tag">
<option value="1">one</option>
<option value="2">two</option>
<option value="3">three</option>
</select>[/code]
Most thankful and happy for som helt on this one
regards / johannes