소스 검색

debug

master
Pascal Gloor 5 년 전
부모
커밋
594b77afaa
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      www/js/autodoc.js

+ 3
- 3
www/js/autodoc.js 파일 보기

@@ -72,13 +72,13 @@ $(document).ready(function () {
$(e.target).parent().children().children().html('');
$(e.target).children().html(' X');
console.log($(e.target).parent().children().attr('data'));
console.log($(e.target).parent());
/*
$(e.target).parent().children().attr('data').each(function(x) {
console.log(x);
$("#autodoc_tag_result").removeClass("badge-" + x);
});
$("#autodoc_tag_result").addClass("badge-" + $(e.target).attr('data'));
*/
return false;
})


Loading…
취소
저장