Skip to content

Instantly share code, notes, and snippets.

@ireneyiu
Last active August 29, 2015 14:04
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 ireneyiu/5bbf70e23378baf212c8 to your computer and use it in GitHub Desktop.
Save ireneyiu/5bbf70e23378baf212c8 to your computer and use it in GitHub Desktop.
<script>
$(function() {
var password = new wfApp.settings.Password();
var passwordView = new wfApp.settings.PasswordView({model: password, el: "#password-form", inputCurrent: "#password-old", inputNew: ".password-assess"});
passwordView.listen();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment