我在做什么错误的JQueryUI的标签功能?(What am I doing wrong with JQueryUI's tabs feature?)

我对这个问题感到很无聊,但是我在做什么与http://www.wcarsucks.com错了? 我完全按照他们的例子,没有骰子。

I feel really silly for asking this, but what am I doing wrong with http://www.wcarsucks.com? I followed their example exactly, no dice.

最满意答案

我假设你正在从这个演示开始工作,看起来你只需要设置你的标签样式,并在你的页面中包含所需的CSS样式。

<style> .ui-tabs .ui-tabs-hide { display: none; } </style>

除此之外,如果你使用类似FireBug的东西并检查你的页面,你会发现它似乎在工作,并将正确的CSS类应用到元素。

I'm assuming you are working from this demo and it looks like you just need to style your tabs, and to include the required css styles in your page.

<style> .ui-tabs .ui-tabs-hide { display: none; } </style>

aside from that, if you use something like FireBug and inspect your page, you will see that it appears to be working and applying the right css classes to elements.

我在做什么错误的JQueryUI的标签功能?(What am I doing wrong with JQueryUI's tabs feature?)

我对这个问题感到很无聊,但是我在做什么与http://www.wcarsucks.com错了? 我完全按照他们的例子,没有骰子。

I feel really silly for asking this, but what am I doing wrong with http://www.wcarsucks.com? I followed their example exactly, no dice.

最满意答案

我假设你正在从这个演示开始工作,看起来你只需要设置你的标签样式,并在你的页面中包含所需的CSS样式。

<style> .ui-tabs .ui-tabs-hide { display: none; } </style>

除此之外,如果你使用类似FireBug的东西并检查你的页面,你会发现它似乎在工作,并将正确的CSS类应用到元素。

I'm assuming you are working from this demo and it looks like you just need to style your tabs, and to include the required css styles in your page.

<style> .ui-tabs .ui-tabs-hide { display: none; } </style>

aside from that, if you use something like FireBug and inspect your page, you will see that it appears to be working and applying the right css classes to elements.