$('document').ready(function(){
    $("#tests").click(function(){
        window.location.href = 'tests.php';
    });
});
