Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does this mean in my website console: "JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js?ver=1.4.1:2 " [closed]

My website gets "No Secure" and "no https". After I tried to fix this problem, and I change all the http: domain name to https:domain name, and I update the WordPress, my website console shows this: "JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js?ver=1.4.1:2 "

What does this mean?

like image 833
tedchong Avatar asked Apr 04 '18 08:04

tedchong


People also ask

What is jQuery migrate min JS?

jQuery Migrate (jquery-migrate. min. js) is a JavaScript library that allows you to preserve the compatibility of your jQuery code developed for versions of jQuery older than 1.9.

Why do we use jQuery migrate?

In jQuery, migrate is defined as a JavaScript library for upgrading libraries such as jQuery, making it very simple for restoring the APIs when upgrading from an older version to a newer version as these API's were removed during the up-gradation to the newer version of jQuery.


1 Answers

This is a console.log message coming from one of your plugins or browser extensions. Apparently it is not bad (otherwise it would be red colored error or yellow warning) but annoying.

Sometimes those can pop up as part of google chrome extensions (since some of them use jquery as dependency).

This message basically indicates that a version of jquery that helps to migrate old versions is used.

like image 166
Sergey Rudenko Avatar answered Sep 28 '22 07:09

Sergey Rudenko