瀏覽代碼

debug

master
Pascal Gloor 5 年之前
父節點
當前提交
69de1ca006
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 查看文件

@@ -83,7 +83,7 @@ $(document).ready(function () {
$('.autodoc_tag_list').change(function(e) {
console.log(e);
var tagId = $('.autodoc_tag_list').val();
var tagName = $('.autodoc_tag_list').children("option:selected").val();
var tagName = $('.autodoc_tag_list').children("option:selected").html();
var tagColor = $('.autodoc_tag_list').children("option:selected").attr('data');

console.log(tagId, tagName, tagColor);

Loading…
取消
儲存