我在FireFox中遇到以下错误:
Error: jQuery(domChunk).live is not a function Source File: http://www.bradford.nhs.uk/wp-includes/js/thickbox/thickbox.js?ver=3.1-20110528 Line: 26
这是功能:
//add thickbox to href & area elements that have a class of .thickbox
function tb_init(domChunk){
jQuery(domChunk).live(\'click\', tb_click);
}
Thickbox似乎是WordPress的内置功能,但我们使用的主题使用prettypto。