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.
我试图在我将其作为布局的页面中显示部分视图。当我将部分视图加载到布局(主)页面中时,我无法查看选项卡。只有 ul li 和 pages 从上到下连续看到。我希望有人会建议一个答案
在您的部分视图中放置以下代码:
<script> $(function() { $( "#yourTabsID" ).tabs(); }); </script>