$(document).ready(function() {
    $("input#chk_alt_deliv").click(function() {
        $("table#delivery").toggle();
    });
});
