Question

If I have two partial views rendering to the same page and they both have JS files attached to it, will the js files interfere with each other because it is on the same page?

Was it helpful?

Solution

It depends on what the JS files do, and how they do it. But anyway, I recommend you to use somekind of asset manager like Cassette which will resolve alot of issues.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top