Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以动态销毁我用 Flexigrid 创建的表?
您可以像删除任何其他 DOM 元素一样删除它。所以如果你有:
$('#flexi').flexigrid();
然后你会这样做:
$('#flexi').remove();