These notices are not added by Jetpack; the jQuery Migrate plugin is actually included in WordPress Core:
http://core.trac.ww.wp.xz.cn/browser/trunk/wp-includes/js/jquery/jquery-migrate.js
You can read more about the different notices you see on your site here:
Okay…thanks.
I attributed it to jetpack because the warning only appeared when I had this plugin active.
Maybe you know the answer this. I looked up the documentation on warning and it says the one I’m getting is because the site doesn’t have a valide doctype, but it definitely does. (https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jquery-is-not-compatible-with-quirks-mode)
Could you post your site URL here, so I can have a look?
If you want it to remain private, you can also contact us via this contact form:
http://jetpack.me/contact-support/
Thanks. Just submitted the info via the contact form.
I’m seeing this same warning coming from _static --- s0.wp.com
@joelgoodman What happens when you deactivate Jetpack Comments? Does the warning disappear?
If not, could you start your own thread, and give us more details about the issue? Screenshots can also help!
@jeremy Herve, yep it does go away when comments are deactivated.
@joelgoodman Alright. Then there is nothing to be worried about 🙂 As I mentioned to Jon via email, these notices are linked to the Jetpack Comments module. The comment form is hosted on WordPress.com and is included in your posts via an iFrame.
Inside this iframe, we include different files to allow the comment form to work properly, and jQuery is one of them. However, since this file doesn’t start with a doctype declaration (it’s a jQuery library), it triggers the notice in your browser.
Rest assured though; it doesn’t break anything, and won’t create any conflicts with other elements on your site.