$(function() { $('input[type=text]').keyup(function() { this.value = this.value.toLocaleUpperCase(); }); });