$(document).ready(function(){ $("#username").on('change keyup paste',function(){ $(this).val($(this).val().toLowerCase()); }) })