0
I have a site in Laravel where the content is dynamically loaded with AJAX, IE, in each call Laravel returns only the view of the part I need, in a certain page I need to initialize a jQuery plugin that I only use on this page. If I boot this plugin in all calls will work, but I will end up creating an unnecessary overhead. What is the best method of passing this JS function call when I call for such a page happen?