jquery ui tabs渲染整个网页

时间:2014-01-17 18:24:53

标签: javascript jquery html css tabs

以下是相关网页: http://sl7-dev.mailordercentral.com/roex/PC-95-180-tabs/productinfo/01180/

这是标签代码页: http://sl7-dev.mailordercentral.com/roex/tmpDev.html

当我把

<script>
  $(function() {
    $( "#tabs" ).tabs();
  });
</script>
标题中的

每个标签显示标签内的整个网页以及下面的每个标签内容。

如果我把它放在页脚中,我会得到一个未渲染的div / li组合而不是标签。

关于在哪里看的任何想法?

0 个答案:

没有答案