在其他地方加载 jquery 选项卡内容
因此,有一个应用程序,当选择某个选项卡时,会动态生成内容。我想做的是以某种方式将仅一个选项卡中的内容加载到页面中。有什么想法从哪里开始吗?缺少细节?请询问。任何意见都会受到赞赏。
So there's this app for which the content is dynamically generated when certain tab is selected. What I'd like to do is to somehow load the content from only one tab into a page. Any ideas where to start? Missing details? Please ask. Any input is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终包含了描述内容容器的 html 文件,并调用了选择选项卡时将调用的 javascript 函数。
I ended up including the html file which describes the content containers and calling the javascript function which would be called when the tab is selected.