Skip to content

Major improvements for Modal / Collapse components + other small improvements

Compare
Choose a tag to compare
@thednp thednp released this 03 Dec 18:56
· 720 commits to master since this release

Improvements

  • change Modal prototype for easier function binding
  • added addClass/removeClass utility functions to Modal
  • Modal can now handle the overflow just like the original plugin
  • Collapse no longer works with resize handlers, it just works exactly like jQuery's slideToggle
  • Make options optional #22

Issues:

  • Overlay disappears when starting a modal from another modal #30
  • Minor Button type