Skip to content

Releases: cjsaylor/Scrolltab

Added AMD support

21 Aug 11:29
Compare
Choose a tag to compare

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

Scoping fixes to scrolltab custom callback methods.

28 Dec 00:59
Compare
Choose a tag to compare

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

16 Nov 16:34
Compare
Choose a tag to compare
  • 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

02 Sep 14:26
Compare
Choose a tag to compare

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)

02 Sep 14:24
Compare
Choose a tag to compare
v1.0.1

Bumped version for publishing to jQuery plugin directory.

First official release

31 Aug 05:58
Compare
Choose a tag to compare
  • Added a linting and building tool.
  • Exposed default options to userland.
  • Exposed initial pin display method to userland.