I bound an event on the change event of my select elements with this:$('select').on('change', '', function (e) {});How can I access the element which got ...
確定! 回上一頁