ktsixit
06-10-2009, 10:11 AM
Hi all,
I'm using jquery tabs in my page. The code is the following
$(document).ready(function() {
$('#tabvanilla > ul').tabs({ event: 'mouseover', fx: { height: 'toggle', opacity: 'toggle' } });
});
I have only one question. Can I make all tabs be closed on page load? And how can I do that? Please answer just this one
I'm using jquery tabs in my page. The code is the following
$(document).ready(function() {
$('#tabvanilla > ul').tabs({ event: 'mouseover', fx: { height: 'toggle', opacity: 'toggle' } });
});
I have only one question. Can I make all tabs be closed on page load? And how can I do that? Please answer just this one