how do you hook up a callback event when using jquery ui tabs in ajax mode

Posted by ooo on Stack Overflow See other posts from Stack Overflow or by ooo
Published on 2010-05-31T17:07:29Z Indexed on 2010/05/31 17:13 UTC
Read the original article Hit count: 433

Filed under:
|
|

Here is my html code using jquery ui tabs. As you can see, for the third tab, i am loading remotely through a feature built into jquery ui tabs where you just put a link in and it retrieves it remotely. My one open issue is that i would like a callback method when its done retrieving /Tracker/DailyTracker. is this possible?

            <div id="tabs">
                <ul>
                    <li><a href="#tab1">1</a></li>
                    <li><a href="#tab2">2</a></li>
                    <li><a href="/Tracker/DailyTracker"><span>3</span></a></li>

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX