Home › Forums › JavaScript › how to get the elements in event? › Reply To: how to get the elements in event?
May 29, 2014 at 6:57 pm
#171381
Participant
yes, $(this) can get element which onchange, but just one.
I mean get the $(‘input[name=a]‘) jquery collect again.