XSLT plugin, jQuery Callback and ui.tabs

XSLT plugin, jQuery Callback and ui.tabs


Hey guys -
I decided to kick my long script in favor of using a jquery plug-in I
found {http://www.jongma.org/webtools/jquery/xslt/} because the first
script wouldn't work in IE. It kept giveing me a XSL parse error.
So I was able to load the XML ans XSL using:
$(function() {
$('#pagecell').xslt({
xmlUrl: 'xml_data/artists/artists.xml',
xslUrl: 'xml_data/artist_gen.xsl',
});
});
and I tried to do a callback in it to activate the tabs using:
callback: function(data){
$(data).find('#art-info > ul').tabs();}
But the call back is not working. So basically, the data is pulled
fine, but tabs wont activate. http://sf.grantmx.com/sf_goes_gospel_artists_ajax.html
You would happen to have any free time to give me a tip would you?
Because I an totally clueless :)
Thanks!



















    • Topic Participants

    • info