Zebra Pin Versions Save

A lightweight and adaptive jQuery plugin for creating sticky elements pinned to the page or to a container element

3.0.0

10 months ago
  • added a destroy method
  • the onPin and onUnpin methods now return a single argument: the element for which the event occurred

2.0.0

5 years ago
  • pinned elements are not taken out of DOM when becoming pinned; instead, an invisible clone element is created so that layout doesn't break.
  • fixed bug where elements without explicit width would break when becoming pinned
  • fixed bug where elements pinned to a container element would incorrectly fire the callback events
  • completely rewritten examples
  • added version number as a public property - useful to find out the version number even if all you have is the minified source code

1.1.2

6 years ago
  • maintenance release

1.1.1

6 years ago
  • minor source code tweaks and some updates in the comments
  • fixed examples which were broken for lower screen resolutions

1.1.0

6 years ago
  • fixed a bug with contained pins where things were not working as expected if the container element would have a position other than "static"
  • new folder structure
  • performance improvements and source code tweaks
  • the home of the library is now exclusively on GitHub
  • files required in the build process are not included anymore when installing via npm nor when downloading from GitHub

1.0.9

8 years ago
  • fixed description in package.json

1.0.8

8 years ago
  • added keywords to package.json as per the npm repository recommendations

1.0.7

8 years ago
  • added .npmignore to the list of files to ignore when installing via Bower

1.0.6

8 years ago

1.0.5

8 years ago

More updates related to the integration with Bower