Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

jQuery is not defined error in asp.net mvc page

  • 2 përgjigje
  • 14 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga 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.

Krejt Përgjigjet (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.