본문 바로가기
Javascript

[Jquery] Get the values of all inputs with same class as an array

by onejunu 2020. 9. 16.

같은 클래스 이름을 가지는 input 태그 여러개의 값 내용을 가져오는 방법

 

stackoverflow.com/questions/19247727/get-the-values-of-all-inputs-with-same-class-as-an-array

 

Get the values of all inputs with same class as an array

I have a group of inputs and I want to get the value of each one in array form or in any way that you will suggest. I am not very good at arrays. $(elemnt).each(function(index, element) { $('#...

stackoverflow.com

 

댓글