Can't trigger jscript tab from html anchor link
Hello!
I'm trying to do something that should be very simple, but I can't figure out and it's driving nuts!
I'm simply trying to call tab2 from a text link within tab1. Here is an example that does what I want. To see what I want to do, simply click on "open third tab":
http://jquerytools.github.io/demos/tabs/anchors.html
Here you can see the test page I've been playing my actual script:
http://justusedmedicalequipment.com/Used_Medical_Equipment/Experimenting
Click between the tabs and note the behavior. Then, while viewing the Product Description tab, click the link below the blue ribbon image ("Click Me").
I'm able to trigger the second tab, I just can't get it to show as current.
Here is my href from below the image:
<a href="javascript:void(0)" onclick="expandcontent('sc2', this)"><span>Click Me!</span></a>
What am I doing wrong?
Thanks!