Skip to content

Instantly share code, notes, and snippets.

@DimitarChristoff
Created March 21, 2012 10:12
Show Gist options
  • Save DimitarChristoff/2145959 to your computer and use it in GitHub Desktop.
Save DimitarChristoff/2145959 to your computer and use it in GitHub Desktop.
flipping button values
var flipText = function(el, map) {
e.set('text', map[el.get('text').clean()];
};
flipText(document.getElement("button"), {
"No Email": "With Email",
"With Email": "No Email"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment