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.
我有一个要求,比如默认加载所有标签数据。正确知道第一个选项卡正在显示,当您单击第二个选项卡时,它正在加载。
我想默认加载所有选项卡数据并选择第一个选项卡。
href如果您通过属性为选项卡内容指定单独的 URL,则 jQuery UI 选项卡由 Ajax 加载。如果您的选项卡内容由单独的页面呈现,那么您必须重写以将其内联呈现在同一页面中,并且不使用该href属性。
href