Could not set the selected property JQuery. JQuery Dropdown
Posted
by dagda1
on Stack Overflow
See other posts from Stack Overflow
or by dagda1
Published on 2010-03-11T16:54:09Z
Indexed on
2010/03/12
6:47 UTC
Read the original article
Hit count: 233
jQuery
|JavaScript
Hi,
The following code will not work for me in ie6 but unsurprisingly, it does work in every other browser:
$('#myDropdown').val('value');
I have no idea why this is happening.
Any thoughts?
Paul
© Stack Overflow or respective owner