Hello,
I have been using Javascriptmvc for over an year now. We wanted to upgrade our website to use Jquery 1.8+ .When I checked the Javascriptmvc library/folder I could see Jquery 1.7.1 used and hardcoded.
I want to only load jquery once. So how do I avoid the conflict of having two different versions?
Will it be an issue if I change the jquery 1.7.1 to 1.8+ in steal and jquery(jquery.js) folders respectively ?