Skip to content

Instantly share code, notes, and snippets.

@muthuishere
Created November 24, 2014 14:55
Show Gist options
  • Save muthuishere/f1e30052e3e926f3d403 to your computer and use it in GitHub Desktop.
Save muthuishere/f1e30052e3e926f3d403 to your computer and use it in GitHub Desktop.
Dynamically change value in jqueryui selectmenu
$( "#listmenuid" )
.val("selectedvalue")
.selectmenu("refresh")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment