Foreign characters


/ Published in: jQuery
Save to your folder(s)

a list of special characters for the use together with alphanumeric plugin and it's allow parameter. This shall make sure that foreigners will be able to use your name/lastname fields.


Copy this code and paste it in your HTML
  1. $("#firstname, #lastname, #middlename")
  2. .alpha({allow:' ¨˜´`ßÁÉÍÓÚÀÁÄÇÈÉIÌÍÒÓÖÑÙÚÜàáäçeèéiìíòóöñßùúü'});

Report this snippet


Comments


You need to login to view comments.