Server IP : 173.249.157.85 / Your IP : 3.133.130.192 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/econtech/public_html/public/back/assets/vendors/general/waypoints/ |
Upload File : |
# Waypoints Waypoints is a library that makes it easy to execute a function whenever you scroll to an element.  ```js var waypoint = new Waypoint({ element: document.getElementById('thing'), handler: function(direction) { alert('You have scrolled to a thing') } }) ``` If you're new to Waypoints, check out the [Getting Started](http://imakewebthings.com/waypoints/guides/getting-started) guide. [Read the full documentation](http://imakewebthings.com/waypoints/api/waypoint) for more details on usage and customization. ## Shortcuts In addition to the normal Waypoints script, extensions exist to make common UI patterns just a little easier to implement: - [Infinite Scrolling](http://imakewebthings.com/waypoints/shortcuts/infinite-scroll) - [Sticky Elements](http://imakewebthings.com/waypoints/shortcuts/sticky-elements) - [Inview Detection](http://imakewebthings.com/waypoints/shortcuts/inview) ## Contributing If you want to report a Waypoints bug or contribute code to the library, please read the [Contributing Guidelines](https://github.com/imakewebthings/waypoints/blob/master/CONTRIBUTING.md). If you need help *using* Waypoints, please do not open an issue. Instead, ask the question on [Stack Overflow](http://stackoverflow.com) and tag it with <code>#jquery-waypoints</code>. Be sure to follow the guidelines for [asking a good question](http://stackoverflow.com/help/how-to-ask). ## License Copyright (c) 2011-2014 Caleb Troughton. Licensed under the [MIT license](https://github.com/imakewebthings/waypoints/blob/master/licenses.txt).