Select a tab from a text link instead of clicking a tab itself

Select a tab from a text link instead of clicking a tab itself


I'm working on a website based on jQuery UI Tabs, and I've encountered
a problem while trying to select a tab from a text link (within a tab)
instead of clicking on the tab.
In other words:
- I have 3 Tabs: #Home, #Contacts, #Faqs
- Inside #Home's tab, I would like to show both a link for #Contacts
and one for #Faqs, and so being able to open one of those tabs not
interacting with the main menu.
I've read the guide on http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself
but I seem to fail while trying to implement it: unfortunately my web-
knowledge ends with html and css and after a few hours of tries I
decided to give up and look for help.
And so, I was looking for a kind soul willing to enlight me how to
solve this problem.
Thanks in advance.