jQuery UI Tabs - bind tabs to links on the same page
- by Troy
Hello,
I'm trying to bind tabs to a link on the same page, but I'm a relative newby to jQuery and need some help.
I have the tabs working with the code from jQuery UI site.
However, how do I bind the links in the sidebar on the same page?
<script>
$(function() {
$( "#tabs" ).tabs();
});
/script>
<div…