Referencia removeClass()

removeClass()

Removes a class from the element.

Ejemplos

Sintaxis

removeClass(class)

Parámetros

class
String:

name of class to remove.

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

Referencias Relacionadas