[jQuery] jQuery XSLT Plugin and ui.Tabs Plugin

[jQuery] jQuery XSLT Plugin and ui.Tabs Plugin


Hey guys I need help with a callback function from a XMLHttpReqest. I
am using this XSLT plug-in to call my XML and XSLT; (I was using a
different method until I saw that jQuery can to it in a snap. Sweet!)
and it works in all browsers. http://sf.grantmx.com/sf_goes_gospel_artists_ajax.html
What I want it to do now is to take the data and allow the tabs plug-
in [http://www.stilbuero.de/jquery/tabs_3/] to function correctly. I
am assuming it will be via a callback, but I am not sure. Here is my
code:
<code>
$(function() {
    $('#pagecell').xslt({
        xmlUrl: 'xml_data/artists/artists.xml',
        xslUrl: 'xml_data/artist_gen.xsl',
        callback: function(data){
        $(data).find('#art-info > ul').tabs();}
    });
});
</code>
I have no idea what I am doing. Any help you guys can give would be
incredibly welcome. Thanks!




















    • Topic Participants

    • info