APIs and features removed from jQuery core
Questions tagged [jqmigrate]
9 questions
13
votes
1 answer
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 "
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…

tedchong
- 125
- 1
- 1
- 5
3
votes
1 answer
JQMigrate to jQuery 1.9, how to find the offending line?
I am migrating to jQuery 1.9.1, and use the JQMigrate tool mentioned in the release notes.
I receive the following warning:
JQMIGRATE: $(html) HTML strings must start with '<' character
The explanation by the jQuery folks is quite clear, but how to…

Marcel
- 15,039
- 20
- 92
- 150
2
votes
2 answers
JQMIGRATE: jQuery.fn.offset() requires an element connected to a document
I have a site which used jquery 1.x.... Now, I have started using jquery 3.x in this site..... to solve any migration issues, I have installed JQMigrate.
One of the messages it shows in console window is "JQMIGRATE: jQuery.fn.offset() requires an…

jstuardo
- 3,901
- 14
- 61
- 136
2
votes
0 answers
Jquery .load ajax reported deprecated incorrectly
The jquery .load event was deprecated as of version 1.8
(See: https://api.jquery.com/load-event/)
The jquery .load ajax modal has not been deprecated
(See: https://api.jquery.com/load/)
When I try and use the latter command like…

George Filippakos
- 16,359
- 15
- 81
- 92
1
vote
0 answers
How to fix an MIME type error with Chromedriver?
I have written a selenium script with python. It works fine when I run it with Visual Studio, however when I package the script into an .exe file, the chromedriver window appears with the following:
"JQMIGRATE: Migrate is installed, version…

rev7777
- 11
- 2
1
vote
0 answers
JQMIGRATE and Wordpress Elementor: n.easing[this.easing] is not a function. jquery.js?ver=1.12.4:4
I have a Jquery error on my WordPress website page using Elementor which is preventing the same-page anchor links to work.
Error on google console:
jquery.js?ver=1.12.4:4 Uncaught TypeError: n.easing[this.easing] is not a function
at init.run…

jper
- 11
- 2
1
vote
3 answers
Window onload event does not fire in iPad ios 8.4
I am facing following strange issue:
Functionality:
When I open my website page which has many images and have Javascript/jQuery used for client side functionality. On clicking each image, all the other images changes their opacity and the selected…

Shubham Bhave
- 383
- 6
- 17
0
votes
0 answers
JQMIGRATE: jQuery( '#' ) is not a valid selector, jquery 3.5.1, jqmigrate 3.3.2
I am upgrading jquery from 1.10 to 3.5 but facing this warning. Same line of code is being used in various places in script but it is only giving error in just one place.
Script Code:
var initializeSettings = $("#" + containerId).data("mysettings-"…
0
votes
0 answers
Code doesn't work any more : jQuery.parseJSON requires a valid JSON string
I'm a beginner self-made in coding. I've got a complexe theme which works well in wordpress since 2012. Since then some stuff didn't work anymore. Though I often use jqmigrate to change and correct what's needed to be changed or is deprecated. Tired…

Jane Seneor
- 11
- 1
- 5