Eridius wrote:

I am trying to use the Tabs plugin but it is not really working.  her eis my
demo:

http://www.apex-wowguild.com/dev

It work when you first click on the click but when you go back to a link, it
just does not shouw anything.  I am just using .tabs() and the html looks
good to me.

The html may look good to you, but it isn't. It's invalid, you're using the id "one" twice in your document (once for the tabs) and that is why the tabs do not work as expected.

Please make sure to validate your HTML! That is once again an example why standards are important and how invalid HTML has effect on scripting as well.

Here's a link to the W3C HTML validator:
http://validator.w3.org/

If you've installed the Web Developer Toolbar validating is as easy as hitting a key stroke.


--Klaus

Reply via email to