$(document).ready(function () { $("#控件ID").change(function () { var organizationLeveId = $(this).children('option:selected').val(); //选择的值 });