|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(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()); |
|
|
|
|
|
|
|
|
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) { |
|
|
$("#autodoc_tag_result").removeClass("badge-" + x); |
|
|
$("#autodoc_tag_result").removeClass("badge-" + x); |