Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 25, 2019 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/5848fbbeb3babe9a5082b720c787e1d1 to your computer and use it in GitHub Desktop.
Save parzibyte/5848fbbeb3babe9a5082b720c787e1d1 to your computer and use it in GitHub Desktop.
const agregar = () => {
const valor = new Date().getTime();
$select.append($("<option>", {
value: valor,
text: valor
}));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment