$(document).ready(function() { 

        $("table.standaard")
            .tablesorter({
                widgets: ['zebra']
            })
}); 


