After changing a menu from a regular select to a jQuery selectmenu, I can no longer select options in it programatically. Is there a way to do this?
The code to select
You could additionally trigger the change event handler by adding a change call:
$('#ListId').selectmenu("value", value); $('#ListId').selectmenu("change"); // Add this for a change event to occur