Skip to content

Releases: microneer/jquery.tabSlideOut.js

Added new event handlers

07 Feb 19:04

Choose a tag to compare

Added onBeforeOpen, onBeforeClose, onBeforeSlide, and a new onSlide handler to match the existing onOpen and onClose.

Documentation about scrolling panels

26 Apr 05:24
d17dd5a

Choose a tag to compare

Updated readme.md to explain how to achieve panels with scrolling content, and link to new JSFiddle which demonstrates it.

Introduce click filtering

02 Jan 18:33

Choose a tag to compare

A few improvements, mainly more control over which clicks outside the tabs will close them. Also documentation and demo improvements.

Fix panel positioning when content changes size

01 Jan 20:12

Choose a tag to compare

Now gracefully handles tab positioning when panel content changes size, see #8.

(Slide in and out are now CSS animations.)

Fix

01 Dec 07:35

Choose a tag to compare

Fix

Fix for #5.

Auto-detect tabImage size if possible, and don't rotate image

26 Sep 19:12

Choose a tag to compare

If a tab image is used, it is no longer rotated, and the width/height is autodetected (works on IE9+, otherwise supply the width and height at init time).

Default to 'fixed' positioning.

23 Sep 02:01

Choose a tag to compare

Tabs now stick to the window edges rather than scroll with the content, by default.

v2.2

23 Sep 00:18

Choose a tag to compare

Significant revision of library and documentation, including JSFiddle demo.