Created
April 9, 2015 18:54
-
-
Save activeprospect-support/556d2888b9e558ee9488 to your computer and use it in GitHub Desktop.
Set the DOM value
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
$('input').on('input', function() {this.setAttribute("value", $(this).val())}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment