Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

not work in jquery-3.3.1 #60

Open
viral16d opened this issue Mar 17, 2018 · 18 comments
Open

not work in jquery-3.3.1 #60

viral16d opened this issue Mar 17, 2018 · 18 comments

Comments

@viral16d
Copy link

if im using "jquery-3.3.1" library it will not work,
but if i am using "jquery.2.2.3" then it will work,
so give me the solution 'How can i use in jquery-3.3.1 ??'

@ebatgerel
Copy link

Its working well i used it with jquery-3.3.1.min.js no problem at all.

@xantari
Copy link

xantari commented Apr 27, 2018

Also not working in Jquery 3.3.1.

Looks like some deprecated features in jquery 3.3.1 make this no longer work.

image

@ebatgerel
Copy link

Did you try latest waypoint.js ?

@viral16d
Copy link
Author

viral16d commented Apr 30, 2018 via email

@ebatgerel
Copy link

Hmm, that is so weird.

@ahmetDev7
Copy link

So what is the fix? I still have this problem

@ebatgerel
Copy link

ebatgerel commented Jun 5, 2018

i just put scripts before the body tag close.

<script src=/resources/js/jquery-3.3.1.min.js /></script>
<script src='/resources/js/jquery.waypoints.min.j' /></script>
<script src='/resources/js/jquery.counterup.min.js' /></script>

@emranweb
Copy link

emranweb commented Jun 10, 2018

This is the same issue I have faced. When I used latest jquery 3.x Version it not work. But 1.x Version is working.

Now it working. I using jquery latest. Follow the link I made a repository

@viral16d @xantari @xantari follow the link

(https://github.com/emranweb/counterup)

@toufikwb
Copy link

same problem here

@Astamul
Copy link

Astamul commented Jan 25, 2019

This plugin doesn't work in latest version of jQuery 3.3.1. I had had a big deal with this plgin. It take almost 6 hours to me to fix it. Then i changed the jQuery version and it worked well.

@ioandrozd
Copy link

ioandrozd commented Jun 21, 2019

I have fix this issue with small update Waypoints - 4.0.1 /jquery.waypoints.js
you can download https://github.com/emranweb/counterup/blob/master/js/jquery.waypoints.js

I use jquery-3.4.1.min.js

@YoannPa
Copy link

YoannPa commented Nov 28, 2019

Using the updated jquery.waypoints.js from @ioandrozd fixed it for me.
I am using jquery-3.2.0.min.js

@HaHuynh1206
Copy link

I have fix this issue with small update Waypoints - 4.0.1 /jquery.waypoints.js
you can download https://github.com/emranweb/counterup/blob/master/js/jquery.waypoints.js

I use jquery-3.4.1.min.js

Thanks you

@borde14
Copy link

borde14 commented Jun 6, 2020

@BharathiBillakanti
Copy link

I am using waypoint4.0.1 for lazyloading of products in productcontainer. But I am facing below error.
image
I am facing this error near $(this).waypoint('disable'); and $('#productContainer').waypoint('enable');
I upgraded to new jquery version3.5.1. It was working with combination of jquery2.0.0 and waypoint2.0.3.

Please help me on this error
image

@BharathiBillakanti
Copy link

Because of this error I am not able to load some more products

@BharathiBillakanti
Copy link

@BharathiBillakanti
Copy link

@ HaHuynh1206 @ ioandrozd
Can u plz help me to fix

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests