Mô tả
In jQuery 1.5+ (bundled with WordPress 3.2+), AJAX requests on sites with IDN domains don’t work in IE or Opera.
On Edit Post screen, adding a new category results in JS error:
Message: 'parsed.responses' - is null or not an object
On Categories screen, adding a new category silently fails.
According to jaubourg’s comment in jQuery bug tracker, the request is considered cross-domain and, since IE doesn’t support cross-domain requests, AJAX won’t find a suitable transport and bail out.
This plugin implements a workaround suggested there by making AJAX requests relative.
WordPress Trac ticket: #18952
Cài đặt
- Upload
idn-ajax-workaround
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Đánh giá
There are no reviews for this plugin.
Người đóng góp & Lập trình viên
“IDN AJAX Workaround” 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 “IDN AJAX Workaround” 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
0.1
- Initial release