You need to find the selected option: $(this).find(':selected').data('id'). or $(this).find(':selected').attr('data-id').
確定! 回上一頁