Search code examples
javascriptjquerycssjquery-waypoints

How to disable Jquery Waypoints?


I have the template. All I want - to kill JQ Waypoints before they kill my conversion (I really HATE waypoints, as ~85% of Western Europe).

When I try to delete jquery.waypoints.js — content still not appears. What I need to do, what css class I need to change to make it work?

Thanks.


Solution

  • You also need to remove the functions in .loader.js, there's a number of lines of them:

    $('CLASS-OR-ID').waypoint(function() {