Mô tả
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.
Cài đặt
- Upload and decompress into the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“jQuery Remove Uppercase Accents” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “jQuery Remove Uppercase Accents” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
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