Skip to content
Advertisement

Adding Placeholder To Input Field By Name

I’m trying to add a placeholder to an an attribute using JavaScript.

The Input element’s HTML is:

JavaScript

Seems I need to target it by the class also of the parent td “gfield_list_cell gfield_list_72_cell3”

I’m trying to target this using Javascript and a $ sign as the placeholder. I’m using this, but can’t get it work.

JavaScript

Any help would be appreciated. Thanks

Advertisement

Answer

You should use querySelector method.

JavaScript
JavaScript
Advertisement