Hi, I want to change the color selected in the drop-down. Based on some event on my page, I want to change the selected item, How can i do this using jQuery.
When i use below code it does not work.
$('#ddColor').val("#FF69B4")
Can any one help!
Thanks!