Referencia toggleClass()

toggleClass()

Toggles whether a class is applied to the element.

Ejemplos

Sintaxis

toggleClass(c)

Parámetros

c
String:

class name to toggle.

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