Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 25, 2019 18:23
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/06f0c0b5d2c5d21278c0f58ce5af52d8 to your computer and use it in GitHub Desktop.
Save parzibyte/06f0c0b5d2c5d21278c0f58ce5af52d8 to your computer and use it in GitHub Desktop.
const opcionCambiada = () => {
console.log("Cambio");
};
$select.change(opcionCambiada);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment