First thank you for such a wonderful resource!
My skills with javascript are really poor but I've been attempting to add a fade in/out effect to the panes when one of the tabs are selected. It's not going well and I was hoping you guys could tell me what I'm doing wrong.
I had started out with the original script and modified it to this, which doesn't work at all:
<script>
$(function() {
$("ul.tabs").tabs("div.panes > div","div.panes", {
effect: "fade"
});
});
</script>
I've linked to the jquery.tools.min.js and the tools.tabs.js.
My skills with javascript are really poor but I've been attempting to add a fade in/out effect to the panes when one of the tabs are selected. It's not going well and I was hoping you guys could tell me what I'm doing wrong.
I had started out with the original script and modified it to this, which doesn't work at all:
<script>
$(function() {
$("ul.tabs").tabs("div.panes > div","div.panes", {
effect: "fade"
});
});
</script>
I've linked to the jquery.tools.min.js and the tools.tabs.js.
