JS Manga Reader with WordPress NoConflict JQuery

i am in a little bit of a pinch because i am not a js guy so i need some help here.

I have an HTML/JS page of a manga reader for a website, now the problem is that using regular JQuery the page works fine:

https://codepen.io/angcastillo59/pen/OxrgQd

But since WordPress JQuery runs in noConflict mode i have this:

https://codepen.io/angcastillo59/pen/GMPEzz

I’ve read that using this it should work but i am either using it wrong or definitely using it wrong:

(function($) { js stuff })( jQuery );

How do i make my js stuff work with WordPress JQuery?

Leave a Comment