레퍼런스 class()

class()

Adds a class attribute to the element using a given string.

Calling myElement.class() without an argument returns a string with its current classes.

예제

구문

class(class)
class()

매개변수

class
String:

class to add.

This page is generated from the comments in src/core/p5.Element.js . Please feel free to edit it and submit a pull request!

관련 레퍼런스