Skip to content

Problem with jquery 3.2.1? #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Davide1990 opened this issue Jun 12, 2017 · 4 comments
Open

Problem with jquery 3.2.1? #44

Davide1990 opened this issue Jun 12, 2017 · 4 comments

Comments

@Davide1990
Copy link

No description provided.

@kolbykruger
Copy link

I 100% have the same issue. It seems that it doesn't initialize with 3.2.1

@lemos
Copy link

lemos commented Oct 18, 2017

Same problem here. It works with older JQuery versions.

@subhasisghosal
Copy link

Anyone can fix it?

@hicugi
Copy link

hicugi commented Feb 7, 2018

fixed:

replace on 123
// $window.load( function(){ setTimeout( function(){ _this.on_resize(); } , 100 ) }); $(document).ready( function(){ setTimeout( function(){ _this.on_resize(); } , 100 ) });

and on 447
// $document.on( _this.init_events.join( ' ' ) , function(){ _this.init(); } ); $('docuemnt').ready(function(){ _this.init(); });

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

No branches or pull requests

5 participants