PragmaticMates / jquery-final-countdown

GNU General Public License v2.0
76 stars 39 forks source link

Finish callback not happening #10

Closed aman078 closed 9 years ago

aman078 commented 9 years ago

I want to redirecct to other page as soon as the start and end are equal. I am not able to do it. Please guide me for the same $('.countdown').final_countdown({ 'start': <?php echo $today; ?>, 'end': <?php echo $date1; ?>, 'now': <?php echo $today; ?>, function(){

    $('body').load('retreive.php?g=<?php echo $_GET['g']?>')
    },
            seconds: {
        borderColor: 'rgba(0,153,102,1)',
        borderWidth: '15'
    },
    minutes: {
        borderColor: '#ACC742',
        borderWidth: '15'
    },
    hours: {
        borderColor: '#ECEFCB',
        borderWidth: '15'
    },
    days: {
        borderColor: 'rgba(0,153,102,1)',
        borderWidth: '20'
    }

});
lukasvinclav commented 9 years ago

Finish callback is already implemented