I hate to do this, but I just can’t identify what I am doing wrong in the code here?
I have been using jQuery tabs for a long time so I’m know nube. I know what this error means too, but I don’t see the problem.
Can you lend me a fresh pair of eyes and tell me what’s wrong?
<div id="Autotab">
<ul>
<li><a href="#autotabs-1">Register a Theme Function</a></li>
<li><a href="#autotabs-2">Define a Theme Function</a></li>
<li><a href="#autotabs-3">Call a Theme Function</a></li>
</ul>
<div id="#autotabs-1">.. </div>
<div id="#autotabs-2">.. </div>
<div id="#autotabs-3">.. </div>
</div>
I’m also running the JavaScript:
$("#Autotab").tabs();
You should use these without hash