My javascript is returning this error: $.ajax is not a function
You are using slim version of jQuery. It Doesn’t support ajax Calling. Use instead of it. Slim build Sometimes you don’t need ajax, or you prefer to use one of the many standalone libraries that focus on ajax requests. And often it is simpler to use a combination of CSS and class manipulation for all … Read more