Error: jQuery(domChunk).live is not a function Source File: http:///wp-includes/js/thickbox/thickbox.js?ver=3.1-20110528 Line: 26錯誤的jQuery(domChunk).live不是一個函數
這是函數:
//add thickbox to href & area elements that have a class of .thickbox
function tb_init(domChunk){
jQuery(domChunk).live('click', tb_click);
}
使用jQuery 1.6.1版本。 有沒有辦法解決這個錯誤?
聽起來像你傳遞一個「domChunk」這不是一個「domChunk」 – Raynos
的「domChunk」傳遞是根據螢火蟲「a.thickbox,area.thickbox,input.thickbox」。 – JohnnyBizzle
它顯示爲版本1.2.6 似乎很舊。 – JohnnyBizzle