Created
October 13, 2014 23:41
-
-
Save maheshbvv/617c2f6e349a87a0d985 to your computer and use it in GitHub Desktop.
HTML Select - Meteor Change event - Help Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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