$(document.body).ready(function(){
  $.tablesorter.defaults.widgets = ['zebra']; 
  $("#fornecedores").tablesorter();
});

