Skip to content

Releases: jillix/jQuery-sidebar

3.3.2

16 Sep 15:57
Compare
Choose a tag to compare
  • Do not point to the minified file.

3.3.1

16 Sep 15:12
Compare
Choose a tag to compare

3.3.0

20 Jul 08:06
Compare
Choose a tag to compare

This fixes #19. When the window is resized, if the sidebar is in the closed state, we trigger the sidebar:close event, so the sidebar will be closed.
In previous versions, if the sidebar was having percentage sizes (height or/and width) it would appear on the window margin when the window would get resized.

Also, we now store the settings object reference in the sidebar data (jQuery).

3.2.0

28 Apr 17:03
Compare
Choose a tag to compare
  • Added the functionality to pass the speed value: $(".sidebar").trigger("sidebar:open", [{speed: 1000}]);
  • 🐛 Fixed the initial hide delay. Fixed #17.

3.1.0

17 Apr 07:59
Compare
Choose a tag to compare
  • 🐛 Handle the sidebar size dynamically. Thanks @teamrc! 🍰
  • 🔥 Deprecated the range property.
  • 📝 Updated the documentation.
  • 📝 Updated the author field

3.0.0

26 Dec 10:00
Compare
Choose a tag to compare
  • Renamed closed into isClosed.
  • Added close option.
  • Handle multiple selected elements.
  • Added the version field.
  • Updated the LICENSE year.

⭐ 🎁 🎅 Happy New Year! 😄 🎆 💥

Multiple elements

17 Dec 10:34
Compare
Choose a tag to compare

Handle multiple element sidebars.

Features, improvements

28 Oct 14:06
Compare
Choose a tag to compare

Changelog

  • All events are preceded by sidebar: snippet (e.g. no more trigger("close"), but trigger("sidebar:close"))
  • New events: sidebar:toggle (toggles the sidebar -- if closed, it will open it, otherwise it will close it). Fixes #3
  • Support for bottom and top side values. Fixes #1.
  • Fxed width/height calculating. Fixed #2.
  • Added minified script version. Fixed #4.

Demos

http://jillix.github.io/jQuery-sidebar/

Initial stable release

27 Oct 19:19
Compare
Choose a tag to compare
1.0.0

added screenshot