[jQuery] tabs effect in teh new UI??
Hello there!
I am trying to add an effect to the tabs from jquery UI. Like in the
'old' version:
http://stilbuero.de/jquery/tabs/
In the <head> section I have:
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-
ui-1.7.1.custom.min.js"></script>
In a scrips.js I have:
// Tabs
$('#tabs').tabs({ fx: { opacity: 'toggle' } });
How do I add an effect like 'blind' to my tabs?
Thanks in advance, kind regards,
Arnold