I'm using ddSlick to change my drop down menus into prettier ones;
http://designwithpc.com/Plugins/ddSlick
But I have a problem. I rely on programatically changing the selected item in a list, but I must do it by value rather than index. So this is the code to select the list item by index;
$('#demoSetSelected').ddslick('select', {index: 1 });
I can't seem to find any way of doing it in the documentation, thought there may be someone who has come across and solved the issue. Or if anyway knows an alternative plugin that does the same job as ddSlick?