This commit is contained in:
troy
2022-02-07 18:34:03 +01:00
parent 28e68b094c
commit 8170b81554
44 changed files with 6705 additions and 34 deletions

2
form.min.js vendored Normal file
View File

@@ -0,0 +1,2 @@
addAutoresize=function(){document.querySelectorAll("[data-autoresize]").forEach((function(element){element.style.boxSizing="border-box";var offset=element.offsetHeight-element.clientHeight;document.addEventListener("input",(function(event){event.target.style.height="auto",event.target.style.height=event.target.scrollHeight+offset+"px"})),element.removeAttribute("data-autoresize")}))},addAutoresize(),isset=function(id){return""!=$("#"+id).val()||(alert("Es wurden nicht alle Felder ausgefüllt."),!1)};
//# sourceMappingURL=form.min.js.map