cssjs-func-lib/form.min.js
2022-02-07 18:34:03 +01:00

2 lines
542 B
JavaScript

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