Computer Science, asked by Harshiie85, 1 year ago

How to get the value of all input field by classname in one variable

Answers

Answered by Anonymous
0

Explanation:

Since we care about all elements with a certain class we ... notice that I didn't bother getting the jQuery object for this (ie. .... querySelectorAll('input.class'); for ...

Answered by Anonymous
2

Explanation:

it is to get the value for input field by class name in one variable

Similar questions