浏览代码

debug

master
Pascal Gloor 5 年前
父节点
当前提交
537d643199
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      www/js/autodoc.js

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

$(e.target).parent().children().children().html(''); $(e.target).parent().children().children().html('');
$(e.target).children().html(' X'); $(e.target).children().html(' X');
console.log($(e.target).parent().children().attr('data'));
$(e.target).parent().children().attr('data').each(function(x) { $(e.target).parent().children().attr('data').each(function(x) {
console.log(x); console.log(x);
$("#autodoc_tag_result").removeClass("badge-" + x); $("#autodoc_tag_result").removeClass("badge-" + x);

正在加载...
取消
保存