0

I read that adding styles or javascript such as "onclick" to html is bad practice. I wonder same would apply to "onchange" events?

<select name ="backdrop" onchange="buttonChanger(this)">

1 Answers1

0

The drawbacks of onclick attributes apply to all on* attributes.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335