Hi,
how do I set an option
value in select
list with jQuery?
I tried:
$('#SelectGroup :all').replace("tmp4", "abc");
I mean: Search for tmp4 string and replace it with abc. By the way: in the list there are 4 items I don't mind to go directly to entrance #4.
Thanks