UI.TABS - disabled

UI.TABS - disabled


Using the setup below:
jQuery(document).ready(function($){
$("#mytabs> ul").tabs({
    disabled:[3, 5],
ajaxOptions: {
cache: false
}
});
This creates a disabled tab 3, but the tab 5 is enabled.
I think I have the correct code. Any suggestions?
TIA