jQuery error from inline function
-
Hello, hope you are well! Thanks for the plugin, currently evaluating it for purchase.
Currently I am getting a jquery error from the inline function that is created by the plugin:
(function($){ $(document).ready(function(){ if($('.pf-button-content').length === 0){ $('style#pf-excerpt-styles').remove(); } }); })(jQuery);
I get an error that Jquery is not defined – and this is expected since the script is localized.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘jQuery error from inline function’ is closed to new replies.