Page reloades in Firefox when using anchor?
Hi,
I have a ASP.NET MVC application that runs Microsoft Ajax and jQquery. If I run the following url in firefox :
http://localhost:16055/A开发者_开发问答d/Detail/13#contactMail
The page will reload itself again and again? If I run the same url in Explorer or Chrome nothing will happen (the correct behavior)?
When removing this script includes the reload will stop in Firefox :
<script type="text/javascript" src="../../../Scripts/MicrosoftAjax.js"></script>
Then I will just get a error (not found) in MicrosoftMvcValidation.js.
This is true for all pages, even for the ones without editors.
Any idea?
Looks like you might have a version of MicrosoftAjax.js with a bug - sounds like exactly the same problem as this person had. You can get the latest version here.
精彩评论