icmx/xv

jeox: class manipulations

Closed this issue · 1 comments

icmx commented

There should be class manipulations like in original jquery:

  • .addClass()
  • .hasClass()
  • .removeClass()
  • .toggleClass()

Also, there should be classList() method as a shorthand to standard element.classList.

icmx commented

Closed due to #39.