【发布时间】:2013-06-04 02:39:59
【问题描述】:
在我的 WordPress 管理区域,在“Chrome Inspect Element>Console> 我得到
Uncaught TypeError: Object [object Object] has no method 'live' | 厚盒.js:23
当我点击thickbox.js:23时,这是突出显示的内容
//add thickbox to href & area elements that have a class of .thickbox
function tb_init(domChunk){
jQuery(domChunk).live('click', tb_click);
我在我的页面等上得到了同样的东西。
我已将此与我的主题相关联,我已经联系过他们,但还没有帮助。
希望有人能帮我弄清楚这里发生了什么。
【问题讨论】:
-
你在添加thickbox之前链接到jQuery脚本了吗?
-
1.8.3 虽然是 WP,但他们为什么不使用最新版本? bit.ly/Li14sS玩了之后,现在又说别的了
标签: javascript jquery wordpress thickbox