搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

jQuery is not defined error in asp.net mvc page

  • 2 回覆
  • 14 有這個問題
  • 1 次檢視
  • 最近回覆由 pedram

more options

I'm using asp.net mvc and also using jquery ui dialog , i'm showing a partialview in a dialog but fire fox has error on these two files when I have an Ajax.BeginForm() post to server. also it destroy my dialog in the next posts! jquery.validate.min.js jquery.validate.unobtrusive.min.js Error : jQuery is not defined

I dont have this problem in IE, please help.

I'm using asp.net mvc and also using jquery ui dialog , i'm showing a partialview in a dialog but fire fox has error on these two files when I have an Ajax.BeginForm() post to server. also it destroy my dialog in the next posts! jquery.validate.min.js jquery.validate.unobtrusive.min.js Error : jQuery is not defined I dont have this problem in IE, please help.

所有回覆 (2)

more options

I recommend http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js I don't know if that would make any difference but its worth a try

more options

Thanks for reply but it didn't work.

in first postback it's working fine but if i click on login again, I lose my modal and I'm getting error as well.