I am currently working in NOPCommerce 3.0 site which is currently using JQuery 1.7. All of its pages have dependency on that. in the site I have created a section which i have created using JQuery 2.0 (that part is not supported in 1.7 so i have to use 2.0). So now how can i change the reference so that My partial View use JQuery 2.0 instead JQuery 1.7
I already put script tag to create another reference but it just give me errors due to JQuery Conflicting in the try