Advertisement
rodro1

Sticky Tool Best

Nov 12th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Link Tutorial : http://leafo.net/sticky-kit/
  2. Fixed Tutorial: http://www.jqueryscript.net/other/jQuery-Plugin-For-Creating-Sticky-Html-Elements-Sticky-Kit.html
  3. Laking Full tutorial : https://github.com/leafo/sticky-kit/wiki/Troubleshooting
  4.  
  5. // HERE IS JQUERY CODE ON INDEX.PHP FOOTER
  6. $(".categories, .cart-box").stick_in_parent({
  7. //offset_top: 20,
  8. parent: ".main", // note: we must now manually provide the parent
  9. //spacer: ".item",
  10. //inner_scrolling: true,
  11.  
  12. }).on("sticky_kit:stick", function(e) {
  13. console.log("has stuck!", e.target);
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement