Skip to content

Instantly share code, notes, and snippets.

@seedprod
Created April 26, 2016 18:35
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 seedprod/d22ffcdcbfb6bbc5894757e840018839 to your computer and use it in GitHub Desktop.
Save seedprod/d22ffcdcbfb6bbc5894757e840018839 to your computer and use it in GitHub Desktop.
use email as username
jQuery( document ).ready(function($) {
$( "#input_2_3" ).on('input',function() {
$("#input_2_1").val($("#input_2_3").val().replace(/[^a-zA-Z0-9 ]/g, ""));
});});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment