🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

removeAccented is a small & useful jQuery plugin for multi-language web apps that remove and replace accented characters with plain ASCII ones in a text field

Accent

Documentation

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();   }); });

You May Also Like