我正在运行一个显示事件日历的插件。除了 IE 兼容模式外,它适用于所有浏览器。选中该选项后,日历就会消失。我相信这是一个 JS 错误。
IE 调试器错误:
element.qtip({
content: {
text: event.description,
title: {
text: 'Description',
}
},
position: {
at: 'top right',
adjust: {
x: 0, y: 30
},
},
在我的插件编辑器中,这是代码:
element.qtip({
content: {
text: event.description,
title: {
text: '<?php _e('Description', 'event_espresso'); ?>',
}
},
position: {
at: 'top right',
adjust: {
x: 0, y: 30
},
},
我不擅长调试,所以任何帮助将不胜感激。
如果它有帮助,这里是页面:http ://www.mbausa.org/calendar/