jQuery(function($) {
    $('#linkBill').click(function(e) {
        $('#basic-modal-content').modal();
        return false;
    });
});