Return to Snippet

Revision: 58855
at August 7, 2012 03:35 by iroybot


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

Initial URL


Initial Description
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.

Initial Title
Foreign characters

Initial Tags


Initial Language
jQuery