Closed GoogleCodeExporter closed 8 years ago
This works for me:
var id = 1;
$("#asmSelect1").val(id).click().change();
I need to call click() because of IE8.
Original comment by martin.m...@gmail.com
on 1 Feb 2010 at 9:52
Thanks, it appears that both of your solutions are correct. If you are dealing
with a large list, you may want to look at giving your option tags ID
attributes (and using them in your selector) so that you can retrieve them more
quickly. But either works.
Original comment by ryancram...@gmail.com
on 10 Jul 2010 at 4:33
Thanks, this helped me while stuck
Original comment by jacques....@gmail.com
on 22 Sep 2010 at 8:47
Original issue reported on code.google.com by
jezth...@hotmail.com
on 10 Sep 2009 at 2:48