Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
312 views
in Technique[技术] by (71.8m points)

javascript - 如何将类添加到给定的元素?(How do I add a class to a given element?)

I have an element that already has a class:

(我有一个已经有一个类的元素:)

<div class="someclass">
    <img ... id="image1" name="image1" />
</div>

Now I want to create a JavaScript function that will add a class to the div (not replace, but add).

(现在,我想创建一个JavaScript函数,该函数将向div添加一个类(不是替换,而是添加)。)

How can I do that?

(我怎样才能做到这一点?)

  ask by Blankman translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...