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?
Related Posts:
- How to enable button onClick functions and java script in wordpress post
- How to add custom javascript to WordPress Admin?
- TypeError: $ is not a function WordPress
- google my maps ~ custom map embed into wordpress
- google my maps ~ custom map embed into wordpress
- WordPress how to remove blocksy theme price and put my own price
- Elements wont play when combine javascript in wordpress with wp-rocket
- In WordPress Using Elegant Theme’s Divi Theme, Long menus don’t show
- WordPress Login Tracking Google Analytics
- Binance Long Short Ratio Chart In WordPress
- WordPress PHP proxy/helper pages for Twitter API
- WordPress dFactory Cookie Notice Plugin
- How can i Toogle between 2 icons without reloading page in wordpress
- How to extend WordPress Bookly plugin
- “The Events Calendar” plugin by Modern Tribe in WordPress not working
- Embedding a Square Appointments script into a WordPress site – it’s rendering fullscreen in the preview pane, so I can’t edit other content. Thoughts?
- validate textfield contents in wordpress simple job board plugin
- Advanced Custom Fields, WordPress, Javascript Tabbed Content
- Exclude tags from gatsby-source-wordpress-experimental
- WordPress website broken in Facebook mobile browser
- Internet Explorer 8 issues with WordPress 3.8
- Internet Explorer 8 issues with WordPress 3.8
- How to set on load marathi language using google translator in wordpress?
- Divi Child Theme Breaks WordPress Customizer
- WordPress / Gravity Forms – Show/hide a div based on value of a number field
- WordPress how to use jquery and $ sign
- WordPress how to use jquery and $ sign
- Convert UTC date time to local date time
- Uncaught type error after WordPress update to 5.5.3 and visual composer to 6.4.1
- How can I embed a YouTube video in a WordPress template page?
- How to prevent the “Confirm Form Resubmission” dialog?
- enabling right click:
- JavaScript sleep/wait before continuing [duplicate]
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- How to change CSS using jQuery?
- How to properly use jsPDF library
- Cross-Origin Read Blocking (CORB)
- How do I link a JavaScript file to a HTML file?
- How do I redirect to another webpage?
- How do I redirect to another webpage?
- Cross-Origin Read Blocking (CORB)
- jQuery append() vs appendChild()
- How to replace innerHTML of a div using jQuery?
- Uncaught ReferenceError: $ is not defined?
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- What does [object Object] mean? (JavaScript)
- How do I check whether a checkbox is checked in jQuery?
- syntax error: unexpected token <
- Error OPTIONS net::ERR_CONNECTION_REFUSED
- ReferenceError: $ is not defined
- Uncaught ReferenceError: jQuery is not defined [duplicate]
- What does [object Object] mean?
- Remove class using jQuery
- How do I check whether a checkbox is checked in jQuery?
- jQuery document.createElement equivalent?
- How to make history.back() without getting a warning on the browser to reload the page?
- JQuery – $ is not defined
- Cannot read property ‘push’ of undefined when combining arrays
- Why does my JavaScript code receive a “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error, while Postman does not?
- Toggle show/hide on click with jQuery
- convert Hsl to rgb and hex
- How to set time delay in javascript
- Pure JavaScript equivalent of jQuery’s $.ready() – how to call a function when the page/DOM is ready for it [duplicate]
- JQuery – $ is not defined
- Cannot read property ‘push’ of undefined when combining arrays
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Automatically pausing html5 video as the ‘next’ button is pressed (javascript/ jquery)
- jQuery .on(‘change’, function() {} not triggering for dynamically created inputs
- How to create a jQuery function (a new jQuery method or plugin)?
- jQuery: Wait/Delay 1 second without executing code
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- Failed to load resource: the server responded with a status of 500 (Internal Server Error) in Bind function
- Scroll to an element with jQuery
- Download File Using JavaScript/jQuery
- How to solve ‘Redirect has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header’?
- How to deal with net::ERR_SSL_PROTOCOL_ERROR?
- How can I scroll to an element using jQuery?
- jQuery.click() vs onClick
- jQuery setTimeout() Function [duplicate]
- jQuery Get Selected Option From Dropdown
- Disabling and enabling a html input button
- Scroll to an element with jQuery
- Download File Using JavaScript/jQuery
- How fix ‘Failed to load resource: the server responded with a status of 403’?
- Check if checkbox is checked with jQuery
- How can I refresh a page with jQuery?
- How can I refresh a page with jQuery?
- Getting Error “Form submission canceled because the form is not connected”
- How to add jQuery code into HTML Page
- jQuery equivalent of JavaScript’s addEventListener method
- How can I get the data-id attribute?
- document.getElementById vs jQuery $()
- Check if checkbox is checked with jQuery
- How to import jquery using ES6 syntax?
- How to filter an array/object by checking multiple values
- What does jQuery.fn mean?
- Getting Error “Form submission canceled because the form is not connected”
- Is there a link to the “latest” jQuery library on Google APIs?
- How can I refresh a page with jQuery?
- Setting “checked” for a checkbox with jQuery