I cannot seem to find it. Thanks!
Example:
$(\"#MySelect\").append(new Option(\"MyOption\", \"MyOption\", true, true));
If you don't know / can't find that doc, You can try using the HTML if you know that.
$("#MySelect").append("MyValue");
or