$(document).ready(function(){

   var tabs = $("#tabContainer ul").tabs({ fx: { opacity: 'toggle', duration: 'fast'} });  
  
   
});