Skip to content

Instantly share code, notes, and snippets.

@maheshbvv
Created October 13, 2014 23:41
Show Gist options
  • Save maheshbvv/617c2f6e349a87a0d985 to your computer and use it in GitHub Desktop.
Save maheshbvv/617c2f6e349a87a0d985 to your computer and use it in GitHub Desktop.
HTML Select - Meteor Change event - Help Request
Template.userin.events({
'change #selectid' : function(event){
prompt("Check");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment