Skip to content

Instantly share code, notes, and snippets.

@activeprospect-support
Created April 9, 2015 18:54
Show Gist options
  • Save activeprospect-support/556d2888b9e558ee9488 to your computer and use it in GitHub Desktop.
Save activeprospect-support/556d2888b9e558ee9488 to your computer and use it in GitHub Desktop.
Set the DOM value
$('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