Does anybody know how to make jQuery.tabs work via a XMLHttpRequest?
I’m am not 100% sure what I am doing wrong. I can get the data from the XML and XLS to load on the page but I cant get .tabs to activate. Not sure if my Ajax call for .tabs is correct.
$('#art-info ul').tabs({ remote: true });Here is my test page: http://sf.grantmx.com/sf_goes_gospel_artists_ajax.html
The path to the XML and XLS is in the source code.
Thanks guys!