$('#ctcselect').change(function() {
        orderView.saveCtC($(this).val(), $('#orderID').val());
    });