Skip to content

Instantly share code, notes, and snippets.

@hatched
Created January 20, 2011 01:45
Show Gist options
  • Save hatched/787259 to your computer and use it in GitHub Desktop.
Save hatched/787259 to your computer and use it in GitHub Desktop.
e.currentTarget.get('options').each(function(opt){
if(opt.get('selected') === true) {
value.push(opt.get('value'));
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment