1
我正在使用以下方式的colorbox。Colorbox第二次打開
$.colorbox({
href:"test.jsp?ids="+selectIds,
onClosed: function() {
//some function call
}
});
第一次正常工作。但第二次我點擊它說:
TypeError: $.colorbox is undefined
可以在設置上jsfiddle.net的例子嗎? – Marc
http://jsfiddle.net/55yBv/它在這裏工作正常。但是在我的代碼中沒有工作。它的表格有複選框和一個按鈕,用於更改表 – Yahiya
中的值任何想法..請幫助 – Yahiya