0.0.33 forms

This commit is contained in:
SBD
2025-01-15 18:40:11 +03:00
parent c247bfcefa
commit 4fab7ba2c0
10 changed files with 81 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
function textareaInputE (el, callback){
if (!el) return;
resetFieldError(el);
let $counter = $(".symbols_counter")[0]
let $parent = el.closest(".w_textarea_w_counter")