jQuery is not defined error in asp.net mvc page
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.
Todas as respostas (2)
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
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.