我需要知道这些功能是否会起作用。因为我的 html 在 iframe 内。
function removeClass(){
$("#testjqtable").removeClass("mce-item-table");
}
function addClass(){
$("#testjqtable").toggleClass("ui-table,ui-table-reflow");
}
因为我试过它给出了一个错误
我需要知道这些功能是否会起作用。因为我的 html 在 iframe 内。
function removeClass(){
$("#testjqtable").removeClass("mce-item-table");
}
function addClass(){
$("#testjqtable").toggleClass("ui-table,ui-table-reflow");
}
因为我试过它给出了一个错误