Well, using the dev or the CVS Version of tabs, it will not work out with jquery.ui tabs.
it seems like the tabs-trigger is missing, so the initail "create this tabs" trigger.
drupal_add_js(
' $(document).ready(function() {
$(".drupal-tabs").tabs();
});'
,'inline');
no idea, whether i fix the wrong thing, but it works with that.
Comments
Comment #1
mrfelton commentedThis looks like a duplicate of #577902: Add compatibility with jQuery UI 1.7