Changing “src” attribute of

It turns out that a script’s src can only be set once! It is not possible to change the src attribute of an existing <script> element in the DOM. However, a dynamically created <script> element can have its source set (but exactly once!)

Leave a Comment