relatively-sticky

A jQuery plugin for creating smart sticky elements
git clone https://git.ce9e.org/relatively-sticky.git

commit
4ed3736145a77ea0a1a397cd65c8bcf03aa15726
parent
1f7ffff72c880ef09472db496e6a471726443e60
Author
leaf corcoran <leafot@gmail.com>
Date
2013-11-16 16:24
update changelog

Diffstat

M site/index.html 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/site/index.html b/site/index.html

@@ -243,6 +243,9 @@ Note: only floated columns work in IE7.
  243   243 </h1>
  244   244 
  245   245 $markdown{[[
   -1   246   * **v1.0.2** *Nov 16, 2013* -- Add `sticky_kit:detach`, Bug fixes: remove
   -1   247   stray top attribute when unfixing, fix issue with top when inner scrolling,
   -1   248   handle variable width elements correctly, recalc is called on window resize
  246   249   * **v1.0.1** *Sept 11, 2013* -- Added offset_top option, fixed recaclc when items are
  247   250     already stuck
  248   251   * **v1.0.0** *Aug 1, 2013* -- Initial release