Lets say you have a form that has a bunch of input elements that all have the class="profileelem". These elements consist of many different types of input elements including ...
Lets say some of these elements with class="profileelem" are ...
captcha
so these elements have a class="captcha profileelem"You want to be able to use querySelectorAll in a manner that the elements are return in this specific order
Method #1 to use querySelectorAll() for multiple elements and have the elements combined in a specific order
How you would use this function ...
Method #2 to use querySelectorAll() for multiple elements and have the elements combined in a specific order