[jQuery] Facing issues in UI/tabs
I am facing two issues in using the tabs library :
1. ) I read the old version at
http://stilbuero.de/jquery/tabs/
here a method is given to adjust height of all tabs to the largest
by :
$('#container').tabs({ fxAutoHeight: true });
but in version 3 I couldn't find anything like this in the
documentation.. how can I do this in version 3?
2) Default selection is the last element rather than the first one..
where as on specifying
$("#contents > ul").tabs({ selected : 0 });
correct behavior is taking place....
Any pointers on how to solve these issues?
Thanks !