Hello, I have 3 tabs in the footer of my website using the jQuery tabs
script. I have a link at the very top of the page, and I've attached an
anchor to the link.

When the link is clicked, it is supposed to go to the anchor at the bottom
of the page, and then the jQuery code in the head is supposed to trigger the
link.

Here is the code in the head:

<script type="text/javascript">
        $(function() {
        $('#containerFooter').tabs({ fxFade: true, fxSpeed: 'fast' });
        });
        $("a.callToActionAskJames").bind("click", function(){
                        $('#containerFooter').tabs('select', 3)
        });
</script>

When the link is clicked, it goes to the anchor in the footer; however,
instead of activating the tab, it does nothing. I have to manually change
it. 

I've worked on this all day and can't get it. I have no clue what to do.

Thanks so much in advance...
-- 
View this message in context: 
http://www.nabble.com/Question-about-jQuery-Tabs-tp16534151s27240p16534151.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to