Get id, name, and class values using Javascript / jQuery

Get id, name, and class values using Javascript / jQuery

Last time, I tried to get each input value using the id, name, and class.

This time we will use the id to get name/class, name to get id/class, and class to get id and name.

(I do not remember exactly, sometimes you need them.)

Declare the div first.

One for using jQuery, the other for using the vanilla javascript.

Using jQuery.

Using vanilla javascript 

(getElementById element is singular, class and name are plural)

That’s it.

* If you use duplicate class or name, you should pay attention to set index value.

Comments are closed.
%d bloggers like this: