Skip to content

Releases: cjsaylor/Scrolltab

Added AMD support

Choose a tag to compare

@cjsaylor cjsaylor released this 21 Aug 11:29

You can now use the library with an AMD compatible loader.

Scoping fixes to scrolltab custom callback methods.

Choose a tag to compare

@cjsaylor cjsaylor released this 28 Dec 00:59

All $.fn.scrolltab.* methods available to userland for over-writing now have the scope of the subject element. this === the subject of the pin.

Convenience data attributes

Choose a tag to compare

@cjsaylor cjsaylor released this 16 Nov 16:34
  • Added the ability to modify the string attributes of a pin (such as title and classname) via data attributes. Data attributes are namespaced: st-.
  • Removed need of Math.random for creating unique pin IDs with an incremental approach.

Expose Scrolltab behaviors to userland

Choose a tag to compare

@cjsaylor cjsaylor released this 02 Sep 14:26

Exposed more of the pin behaviors to userland for customization, including when a pin initially appears, when it appears after its subject is shown, and when its subject is hidden.

jQuery Plugin Registry (initial)

Choose a tag to compare

@cjsaylor cjsaylor released this 02 Sep 14:24
v1.0.1

Bumped version for publishing to jQuery plugin directory.

First official release

Choose a tag to compare

@cjsaylor cjsaylor released this 31 Aug 05:58
  • Added a linting and building tool.
  • Exposed default options to userland.
  • Exposed initial pin display method to userland.