I need to know whether these function will work . since my html is inside of a iframe .
function removeClass(){
 $("#testjqtable").removeClass("mce-item-table");
}
function addClass(){
 $("#testjqtable").toggleClass("ui-table,ui-table-reflow");
}
since I tried it it gave an error
 
    