Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the correct syntax for Tabs? #85

Closed
abetam opened this issue Aug 25, 2011 · 1 comment
Closed

What is the correct syntax for Tabs? #85

abetam opened this issue Aug 25, 2011 · 1 comment

Comments

@abetam
Copy link

abetam commented Aug 25, 2011

Can't get to .tabs to work.

<ul class="tabs">
    <li class="active"><a href="#tabs-1">Tab 1</a></li>
    <li><a href="#tabs-2">Tab 2</a></li>
    <li><a href="#tabs-3">Tab 3</a></li>
</ul>
<div id="tabs-1">
    <p>Content 1.</p>
</div>
<div id="tabs-2">
    <p>Content 2.</p>
</div>
<div id="tabs-3">
    <p>Content 3.</p>
</div>

<script>
$(function() {
    $( "#tabs" ).tabs();
});
</script>
@fat
Copy link
Member

fat commented Aug 25, 2011

could you pls ask this on the mailing list - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants