Releases: cjsaylor/Scrolltab
Releases · cjsaylor/Scrolltab
Added AMD support
Scoping fixes to scrolltab custom callback methods.
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
- 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
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)
v1.0.1 Bumped version for publishing to jQuery plugin directory.
First official release
- Added a linting and building tool.
- Exposed default options to userland.
- Exposed initial pin display method to userland.