Releases: zipper/collapsable.js
Releases · zipper/collapsable.js
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
- renamed option
grouped
to more recognizableaccordion
- changed default
fx
value tonull
for no effect used - changed order of executing
fx
function and class assigning so it doesn't interfere with jQuery effects - default value of
extLinks.selector
to empty string''
- move class name option for active external links into
classNames
- destroy function now actually works properly :) some optimizations were done to destroy method apart from making it work
- when destroy is called, aria attributes are removed as well
isExpanded
is not a method anymore- bugfix of not binding event on control element if it is anchor
Merge pull request #5 from peckadesign/v2.0.0
Plugin has been completely rewritten. Possibly not backward compatible.