Counter-Up icon indicating copy to clipboard operation
Counter-Up copied to clipboard

not work in jquery-3.3.1

Open viral16d opened this issue 7 years ago • 18 comments

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 ??'

viral16d avatar Mar 17 '18 03:03 viral16d

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

ebatgerel avatar Apr 19 '18 10:04 ebatgerel

Also not working in Jquery 3.3.1.

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

image

xantari avatar Apr 27 '18 01:04 xantari

Did you try latest waypoint.js ?

ebatgerel avatar Apr 27 '18 08:04 ebatgerel

yes

On Fri, Apr 27, 2018 at 1:33 PM, Batgerel Enkhbat [email protected] wrote:

Did you try latest waypoint.js ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bfintal/Counter-Up/issues/60#issuecomment-384896831, or mute the thread https://github.com/notifications/unsubscribe-auth/AdsCnrGXWx52rirBimmTe9w_Ftnl97lRks5tstDkgaJpZM4SuqCJ .

viral16d avatar Apr 30 '18 16:04 viral16d

Hmm, that is so weird.

ebatgerel avatar May 01 '18 07:05 ebatgerel

So what is the fix? I still have this problem

ahmetDev7 avatar Jun 04 '18 01:06 ahmetDev7

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>

ebatgerel avatar Jun 05 '18 11:06 ebatgerel

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)

emranweb avatar Jun 10 '18 06:06 emranweb

same problem here

toufikwb avatar Nov 11 '18 18:11 toufikwb

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.

Astamul avatar Jan 25 '19 12:01 Astamul

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

ioandrozd avatar Jun 21 '19 18:06 ioandrozd

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

YoannPa avatar Nov 28 '19 13:11 YoannPa

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

HaHuynh1206 avatar Apr 11 '20 11:04 HaHuynh1206

Use "https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js" Instead of "https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js"

borde14 avatar Jun 06 '20 19:06 borde14

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 avatar Feb 07 '21 11:02 BharathiBillakanti

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

BharathiBillakanti avatar Feb 07 '21 11:02 BharathiBillakanti

Use "https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js" Instead of "https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/noframework.waypoints.min.js"

I tried with this updated waypoints also...

BharathiBillakanti avatar Feb 07 '21 12:02 BharathiBillakanti

@ HaHuynh1206 @ ioandrozd Can u plz help me to fix

BharathiBillakanti avatar Feb 08 '21 03:02 BharathiBillakanti