You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday, I tried to integrate this plugin into a WordPress site, and it failed. Upon investigating I found the plugin fails if jQuery.noConflict() is called. So, I tested it with stock jQuery from the jQuery site and added a noConflit and bam the same noop error.
Uncaught TypeError: Cannot read properties of undefined (reading 'noop')
It's the same closed issue posted at #19
But it isn't resolved actually.
The text was updated successfully, but these errors were encountered:
Yesterday, I tried to integrate this plugin into a WordPress site, and it failed. Upon investigating I found the plugin fails if jQuery.noConflict() is called. So, I tested it with stock jQuery from the jQuery site and added a noConflit and bam the same noop error.
Uncaught TypeError: Cannot read properties of undefined (reading 'noop')
It's the same closed issue posted at #19
But it isn't resolved actually.
The text was updated successfully, but these errors were encountered: