$('select').select2() .on("change", function(e) {. // mostly used event, fired to the original element when the value changes. log("change val=" + e.val);. }).
確定! 回上一頁