79829007

Date: 2025-11-24 18:50:10
Score: 2.5
Natty:
Report link

You can also use :enabled, for a simpler query.

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:enabled

var inputs = document.querySelectorAll('input:enabled, select:enabled');
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rune Philosof