Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

jQuery Remove Uppercase Accents

Опис

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.

Встановлення

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

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“jQuery Remove Uppercase Accents” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “jQuery Remove Uppercase Accents” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

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