$('textarea').keyup(function() { var textLen = $(this).val().length; var len = (textLen % 20); if (len == 0) { console.log('функция работай'); }