Dette plugin er ikke blevet testet med de seneste 3 større udgivelser af WordPress. Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer, når det bruges med nyere versioner af WordPress.

jQuery Remove Uppercase Accents

Beskrivelse

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.

Installation

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

Anmeldelser

Der er ingen anmeldelser for denne widget.

Bidragsydere & udviklere

“jQuery Remove Uppercase Accents” er open source-software. Følgende personer har bidraget til dette plugin.

Bidragsydere

Ændringslog

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