I’m using asp.net mvc2. I have created a project with good slideshows and menu. It works fine on local machine, but when I publish and view through the server, jQuery is not working.
Here is how I’m including the script:
<script type="text/javascript" src="~/Resources/css/menu.js"> </script>
How can I get jQuery working?
You are using MVC 2 ..Right?
So Include script firl like shown below
Please take a look at src part