.toggleClass() is combination of .addClass() and .removeClass(). It first checks, whether specified cssClass is associated with element or not.
確定! 回上一頁