Skip to content

Instantly share code, notes, and snippets.

@onozaty
Created February 14, 2015 16:02
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 onozaty/5533b944dac2e4495777 to your computer and use it in GitHub Desktop.
Save onozaty/5533b944dac2e4495777 to your computer and use it in GitHub Desktop.
EventHandler1
document.getElementById('selected_id').addEventListener('change', function(e) {
// 処理
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment