Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

jQuery is not defined error in asp.net mvc page

  • 2 replies
  • 14 have this problem
  • 1 view
  • Last reply by 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.

All Replies (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.