JCrop is undefined - Conflicting Jquery Script
Hi guys,
I am struggling with conflicting Jquery scripts, using asp.net mvc core 2. Whenever I add the layout page which has its own jquery library for bootstrap it gives the error (JCrop is undefined) If I block jquery in the inspect tool in chrome, it works.
What can I do ? here is my code
The only difference between the two pages, is that the main page (line 5) has the reference default layout in .net MVC which is Layout = "~/Views/Shared/_Layout.cshtml";
Also I am attaching the chrome network order below