Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
498 Points
259 Posts
Apr 19, 2012 02:00 PM|LINK
Thanks I use the code did not work. But looking up what you gave allowed me look at the complete ajax post and the problem was the
<script src="~/Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
I had to change it to this <script src="@Url.Content("~/Scripts/jquery-1.5.1.min.js")" type="text/javascript"></script>
Not it is firing thanks.
postonoh
Member
498 Points
259 Posts
Re: Having problem with my shopping mvc?
Apr 19, 2012 02:00 PM|LINK
Thanks I use the code did not work. But looking up what you gave allowed me look at the complete ajax post and the problem was the
<script src="~/Scripts/jquery-1.5.1.min.js" type="text/javascript"></script>
I had to change it to this <script src="@Url.Content("~/Scripts/jquery-1.5.1.min.js")" type="text/javascript"></script>
Not it is firing thanks.