Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript run a particular css class on page load Reply To: run a particular css class on page load

#151960
nkrisc
Participant

If you want the class applied to an element on load of the page why not just put the class inline in the HTML? Why do you need js to do this?

<someElement class="someclass"></someElement>