본문 바로가기
Utils

🥰 글자수 세기- 글자수 계산기

by Knowledge Store In Hyunsoft 2024. 9. 21.

 

 

글자수 세기- 글자수 계산기

글자수 :

 

 

 

 

  • 구현 코드
$("#textinput").keyup(function() {
	var getval = $("#textinput").val();
    var result2 = getval.length;
  $("#textoutput").text(result2);
});
728x90

댓글