You can easily switch classes with pure JS http://youmightnotneedjquery.com ... classList.add(className); } else { el.classList.remove(className); } }, } ...
確定! 回上一頁