Jump to content

selects by id not type


petelomax

Recommended Posts

https://www.w3schools.com/jsref/dom_obj_button.asp contains

You can access an <input> element with type="button" by using getElementById():

which is just... wrong. It selects any element (not just <input>) with (an unshown) id of "myBtn", with or without type="button".

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...