GithubHelp home page GithubHelp logo

Doesn't work with jquery 3.3.1 about scrollme HOT 8 OPEN

nckprsn avatar nckprsn commented on June 18, 2024 3
Doesn't work with jquery 3.3.1

from scrollme.

Comments (8)

joekendal avatar joekendal commented on June 18, 2024 2

@bvrtsz forked your code https://codepen.io/anon/pen/gdbYqP working

from scrollme.

andrey-prokhorov avatar andrey-prokhorov commented on June 18, 2024 2

@joekendal I forked https://codepen.io/anon/pen/gdbYqP and if you take latest verson from github "jquery.scrollme.min.js" - it stops working 😕

Strange that author does not put a version in the js file 😃

See example: https://codepen.io/andreyprokhorov/pen/pQZBYV
The diff: https://www.diffchecker.com/BmvCZpTM

from scrollme.

jasperuitterhoeve avatar jasperuitterhoeve commented on June 18, 2024 1

Is there a fix for this? I am having the exact same issue.

from scrollme.

sezaialkan avatar sezaialkan commented on June 18, 2024 1

Jquery 3.6.2

line 123 and
$window.on('load', function(){ setTimeout( function(){ _this.on_resize(); } , 100 ) }); $(document).ready( function(){ setTimeout( function(){ _this.on_resize(); } , 100 ) });

change lines 447
$document.on( _this.init_events.join( ' ' ) , function(){ _this.init(); } ); $('document').ready(function(){ _this.init(); });

from scrollme.

bvrtsz avatar bvrtsz commented on June 18, 2024

Still not working for me. Created fresh new HTML test with only jquery 3.3.1 (2.1.3 works fine) and scrollme.js but it didn't help. No console errors, but styles are not apllied etc.

from scrollme.

joekendal avatar joekendal commented on June 18, 2024

@bvrtsz If there are no console errors then it's probably not an issue with the jQuery version. Could you share a code snippet so we can see where the issue may be

from scrollme.

bvrtsz avatar bvrtsz commented on June 18, 2024

@joekendal I've tried jQuery 2.1.3 with the same code and it's working perfectly fine.

God, damn, I cant upload my ocde here, just a minute.

https://codepen.io/anon/pen/LJEPVr

That's how my HTML looks like. Nothing fancy, just want to move the smaller square around.

I've got a "test" folder with html and scrollme.js

from scrollme.

joekendal avatar joekendal commented on June 18, 2024

Bro no one still uses jquery do they

from scrollme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.