Hello,
I just downloaded the latest version of Canvas and tested the code in the documentation for "Initializing Tabs using Custom Javascript".
This does not work in version 4.01. It worked perfectly in the last version.
I've uploaded the files to my server and tested it without making any changes to the files and the tabs do not work properly.
Have you tested and verified that this works?
Do you have a fix? Can you provide an update?
thank you for your help,
RMA
- [Tab 1](#tab-1)
- [Tab 2](#tab-2)
- [Tab 3](#tab-3)
This is Tab 1 Content
This is Tab 2 Content
This is Tab 3 Content
jQuery(document).ready( function($){
$( "#tabs" ).tabs({
collapsible: true,
event: 'mouseover',
show: {
effect: "fade",
duration: 400
}
});
});
