[jQuery] $("#select1").val("1") doesn't work with new created select box?
Hi,
I have a select box created with jquery, then if i set its value by
using .val("1") immediately, nothing happens. Why it doesn't work? Is
there a second way to set select value?
Thanks!