Search and Top Navigation
#7952 closed bug (duplicate)
Opened December 13, 2011 08:22PM UTC
Closed May 25, 2012 02:55AM UTC
Last modified May 25, 2012 02:55AM UTC
toggleClass() crashes without a class in HTML
Reported by: | leobetosouza | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.core | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This crashes in the first time: http://jsfiddle.net/Z5aJT/8/ (click in action button **only once** to see)
This dont crashes: http://jsfiddle.net/7rAX2/5/
The only diference is the class attribute in HTML.
I have not tested it with addClass() and removeClass().