waypoints icon indicating copy to clipboard operation
waypoints copied to clipboard

Cannot read property 'extend' of undefined

Open xahon opened this issue 8 years ago • 4 comments

on line 20

this.options = Waypoint.Adapter.extend({}, Waypoint.defaults, options);

xahon avatar Sep 21 '16 00:09 xahon

Same issue for me !

aastudio avatar Sep 25 '16 16:09 aastudio

+1

rttmax avatar Mar 15 '17 16:03 rttmax

Hi guys. Are you perhaps using Waypoints with jQuery? The new default Waypoints doesn't work with jQuery and will generate this error. If you are using jQuery make sure to download the jQuery version (jquery.waypoints.js or jquery.waypoints.min.js) and use it instead.

nadavrt avatar Aug 23 '17 04:08 nadavrt

Had the same issue, did like @nadavrt said and now it works, but to be honest I had a problem to find jquery.waypoints.js... For those who will try to find it: waypoints/libs/jquery.waypoints.js

Grundmanis avatar Nov 28 '17 18:11 Grundmanis