JQuery UI 选项卡 - 清除页面
我有一组容器,每次单击搜索按钮时,它们都会加载到 JQuery UI 选项卡中。我想要做的是在加载任何内容之前清除整个选项卡。我厌倦了以下但没有用。
$("#tab1").html("");
$("#tab2").html("");
I have a set of containers that are loaded in JQuery UI tabs each time I click on a search button. What I want to do is to clear the whole tab before I load anything in that. I tired the following but it didn't work.
$("#tab1").html("");
$("#tab2").html("");
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我有用:
This is working for me: