bibel/bibel_html/de_new/_assets/js/script_colapse.js

3 lines
55 B
JavaScript

function removeDiv(divId) {
$("#"+divId).remove();
}