$(document).ready(function(){
    $('.details').click(function() {
        window.location = $('.usecoupon', this).attr('href');
    });
});
