What is the correct selector for targeting all text inputs that are not disabled?

Advertisement

  • input[type=”text”]:not([disabled]) {…}
  • input[type=”text”]:not(“disabled”) {…}
  • input[type*=”text”]:not([disabled=”disabled”]) {…}
  • input[type=”text”]:not([type=”disabled”]) {…}
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment

Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.