Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

jQuery Remove Uppercase Accents

Leírás

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.

Telepítés

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

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“jQuery Remove Uppercase Accents” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“jQuery Remove Uppercase Accents” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

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