jquery-steps
jquery-steps copied to clipboard
WordPress and jQuery.noConflick() breaks plugin
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 https://github.com/oguzhanoya/jquery-steps/issues/19 But it isn't resolved actually.
+1