Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

jQuery is not defined error in asp.net mvc page

  • 2 одговорa
  • 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.