Skip to content
Permalink
Browse files
Fix for typo in toggleClass docs
  • Loading branch information
jzaefferer committed Nov 15, 2006
1 parent fcc99cd commit d6ab3c7
Showing 1 changed file with 2 additions and 2 deletions.
@@ -3318,8 +3318,8 @@ jQuery.macros = {
},

/**
* Adds the specified class if it is present, removes it if it is
* not present.
* Adds the specified class if it is not present, removes it if it is
* present.
*
* @example $("p").toggleClass("selected")
* @before <p>Hello</p><p class="selected">Hello Again</p>

0 comments on commit d6ab3c7

Please sign in to comment.