Hi Kyle,
sorry for the delay, now I had time to check that. I think i basically understood what you mean.
Here is what I did before: I added a button to every tab which should be clicked when changing to the next tab. in this button (a simple <a>-tag), I inserted an onclick="showCBtab('28')" for calling the tab, but nothing happened.
I now added the CB Auto Action as you wrote, I think i don't need a click event on the tab title, because I have the "next..."-Button on the tab, right?
Its not clear for me how these parts should work together now. Could you please so kind and explain it to me what I am missing here?
I get the following error, maybe this helps:
Uncaught ReferenceError: showCBtab is not defined
can i define this function with cb auto action?
I just changed the code in cb auto action to the following code, but unfortunately no change:
$(document).ready( function() {
$('#nexttab1').click( function() {
showCBtab('31');
} );
} );
Sorry for asking again and maybe writing nonsense, but jQuery is unfortunately not really my profession and I'd only need it here it seems..
Thank you in advance!!
-Stefan