I finally found the perfect tab box for my site. The problem is that the content in each tab won't recognize links. I don't know much about javascript/jquery, I'm a noob. Plz Help! I'm using this: http://webtint.net/tutorials/make-a-terrific-tab-switcher-in-jquery/
Yeah, there is an old comment that mentions this problem, but the author has still not fixed the final script. Replace this line: var innerhtml = $('.content.' + classy).text(); With this line: var innerhtml = $('.content.' + classy).html(); There are heap of other tab switchers out there, so just dump this one if can't get it to work.
Any idea why I can't link to a specific tab? http://www.webtint.net/filebank/jquery/tabswitcher/ . I was hoping I could just type http://www.webtint.net/filebank/jquery/tabswitcher/#tutorials and go to the tutorials tab.