[jQuery] ui.tabs ajaxOptions success callback
I'm using ui.tabs to create tabs which load content via ajax. I need
to run a script on the results and have tried adding a function via
ajaxOptions when setting the tabs up.
It doesn't work for me. Here's my code:
$(".pane ul").tabs({ajaxOptions: {success: function() {alert('hello
world'}}});
Anyone know how I can add a callback to ui.tabs after loading content
with ajax?
kind regards,
Terrence Wood.