A11y Toggle Versions Save

A tiny script for accessible content toggles.

2.0.3

8 years ago
  • Fixed an issue with non-<button> toggles (#25)

2.0.2

8 years ago
  • Fixed a JavaScript issue when no toggle were found (#26)

2.0.1

8 years ago
  • Fixed a script crash when a11y-toggle was included in the <head> (#24)

2.0.0

8 years ago
  • Default behaviour is now collapsed by default (#22)
  • Expanded by default behaviour can be done by adding data-a11y-toggle-open attribute on target (#22)
  • Rewritten script to improve performance and code quality (#22)

1.0.6

8 years ago

1.0.5

8 years ago
  • Added support for synced multi toggles (cad70e1)
  • Rewrote the whole test suite (ecc116e)

1.0.4

8 years ago
  • Added Bower support

1.0.3

8 years ago
  • Fixed a JavaScript error when clicking anywhere but on a toggle (1be89d0)

1.0.2

8 years ago
  • Fixed a bug where nested elements inside toggle would prevent it from working (f3a40be)