$(document).ready(function(){
  $(".tabs").tabs({
    opacity: 'toggle',
    ajaxOptions: {

      spinner: 'Carregando...',
      error: function(xhr, status, index, anchor) {
      $(anchor.hash).html("Ups! Não consegui abrir esta guia. Me desculpe.");
    }
    }
  });

});
