removeAccented
A jQuery plugin to remove accented characters from the input fields
To use this plugin to remove accented characters from the input fields:
$(function () { $('#selector').change(function () { $(this).removeAccentedChar(); }); });