Skip to content

Instantly share code, notes, and snippets.

@ilmoralito
Created November 14, 2014 18:35
Show Gist options
  • Save ilmoralito/a724c272c01f88c9f8b4 to your computer and use it in GitHub Desktop.
Save ilmoralito/a724c272c01f88c9f8b4 to your computer and use it in GitHub Desktop.
sample
...
if (data) {
var opt = $("<option>", { value:data.id, text:data.fullName, selected:true });
$("#client\\.id").append(opt);
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment