$(document).ready(function() {
  $("#tabs, #tabss").tabs({ fx: { opacity: 'toggle' } });
  
});

