Hi all,
I'm new into jQuery UI.
I'm trying to add a link in a tab that points to another tab. Here is
an example :

    <div id="tabs">
        <ul>
            <li><a href="#Home">Home</a></li>
            <li><a href="#My_preferences">My Preferences</a></li>
        </ul>

        <div id="Home">
            <p> <a href="LINK TO PREFERENCES TAB">My Preferences</a></
p>
        </div>

      <div id="My_preferences">
           <p>Some preferences</p>
      </div>
   </div>

how can do that that with jQueryUI ?

Thank you very much !

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to