This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

jQuery Remove Uppercase Accents

Descripción

This plugin operates transparently, always loading the homonymous jQuery script that automatically replaces uppercase accented characters. The script operates automatically on the document ready event, by selecting all the elements having their text content uppercase transformed through CSS, and by replacing the accented characters in them by their respective non-accented.

Currently the script upstream supports only greek text. Plugin versioning follows upstream versions.

Instalación

  1. Upload and decompress into the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“jQuery Remove Uppercase Accents” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “jQuery Remove Uppercase Accents” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.1.1

  • Redesigned to transform only element values and first level text nodes
  • Document ready selectors updated to exclude user data elements
  • Initial WordPress plugin version