Whenever I got to a page with a video, I get the following message box: --------------------------- Message from webpage --------------------------- Load jQuery first! --------------------------- OK --------------------------- Sample URL: http://channel9.msdn.com/shows/TheOfficeBlog/Office-Casual-The-basics-of-Visio
-
-
This alert is coming from tinyMCE. For some reason, jQuery is not being loaded for you. We load jQuery from the Microsoft AJAX CDN as the first script include on the page.
In theory, there should be no problem with this, but on the web, all sorts of stuff can fail. The worst thing that can happen is to have a failure cache somewhere. I suspect that this is what has happened to you.
If you could, please clear your browser cache and reload the page. This should take care of the problem. If not, our next release will update the site to jQuery 1.4.4, which will take care of the problem too by forcing a new load of jQuery.
The other thing that may have happened is that somehow you were trying to get to the https version of the page. I recently made a change to load the https version of jQuery in this case to avoid this kind of issue until we finish making the proper redirects out of https.
Let us know how it goes. If there is a bigger problem here, I would like to know about it.
-
I tried to repro the problem but after I tried to sign in, I got redirected to https://channel9.msdn.com:80/Forums/Feedback/jQuery-Message-Box/0c1fd4d8b43b4e5a8f939e30015e2906?wa=wsignin1.0.
-
What page were you trying to get to before you signed in?
-
I clicked the sign-in link on this page (https://channel9.msdn.com/Forums/Feedback/jQuery-Message-Box).
-
That is the problem. You are trying to connect via httpS:// not http://. Notice the 'S'.
We don't support https:// The site does respond to https:// and we are working on setting up proper redirects so this kind of thing does not happen, In the meantime, if you go to http://channel9.msdn.com/Forums/Feedback/jQuery-Message-Box
, everything should work properly -
I get this message when loading any forum thread. Not using https either.
edit: nevermind, it seems to have fixed itself.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.