$(function () {

});

function distpickerrun(id) {
    $("#" + id).distpicker({
        autoSelect: false
    });
}