Popis
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.
Instalace
- Upload and decompress into the
/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
jQuery Remove Uppercase Accents je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “jQuery Remove Uppercase Accents” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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