let allTextInputs = postForm[0].querySelectorAll('input:not([type="radio"]):not([type="checkbox"])'); let allRadioInputs = postForm[0].querySelectorAll('input:not([type="text"]):not([type="checkbox"])'); let allCheckBoxInputs = postForm[0].querySelectorAll('input:not([type="text"]):not([type="radio"])'); let allSelectTags = postForm[0].querySelectorAll('select[required]'); console.log(allTextInputs, allCheckBoxInputs, allRadioInputs, allSelectTags);
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter