Jquery init rrror
-
Got this error:
TypeError: $ is not a function $(document).on(‘click’, ‘.rj_ot_upload_media’, function() {
/wp-content/plugins/optiontree-metabox-ui/js/metabox-ui.js?ver=4.1.5 (line 7, col 6)
Currently I using WR PageBuilder, WooCommerce, OptionTree, Custom Sidebars and after install MetaboxUI error happend.
I think you should change
$ = jQuery.noConflict(); $(document).ready(function(e) { .... });
in optiontree-metabox-ui/js/metabox-ui.js file to:
(function ($) { ... })(jQuery);
I already fixed it by my self and everything work fine. Please update the plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Jquery init rrror’ is closed to new replies.