Migrate from 1.7.1 to 2.2.4 #485
Unanswered
welfendrossel
asked this question in
Q&A
Replies: 1 comment
-
You can find the meaning of all warnings at https://github.com/jquery/jquery-migrate/blob/main/warnings.md or https://github.com/jquery/jquery-migrate/blob/1.x-stable/warnings.md depending on the Migrate version used. The cause of the warning may come from your code but it may also come from a library you're using, which is likely the cause here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm not sure how to interpret this:
jquery-migrate-1.4.1.js:23 JQMIGRATE: Migrate is installed with logging active, version 1.4.1
jquery-migrate-1.4.1.js:45 JQMIGRATE: jQuery.fn.load() is deprecated
migrateWarn @ jquery-migrate-1.4.1.js:45
jQuery.fn. @ jquery-migrate-1.4.1.js:560
events @ foundation.topbar.js:248
bind @ foundation.js:115
each @ jquery-2.2.4.js:365
each @ jquery-2.2.4.js:137
bindings @ foundation.js:122
init @ foundation.topbar.js:28
init_lib @ foundation.js:367
init @ foundation.js:334
(anonymous) @ foundation.js:720
each @ jquery-2.2.4.js:365
each @ jquery-2.2.4.js:137
$.fn.foundation @ foundation.js:719
(anonymous) @ Events:7900
jquery-migrate-1.4.1.js:47 console.trace
migrateWarn @ jquery-migrate-1.4.1.js:47
jQuery.fn. @ jquery-migrate-1.4.1.js:560
events @ foundation.topbar.js:248
bind @ foundation.js:115
each @ jquery-2.2.4.js:365
each @ jquery-2.2.4.js:137
bindings @ foundation.js:122
init @ foundation.topbar.js:28
init_lib @ foundation.js:367
init @ foundation.js:334
(anonymous) @ foundation.js:720
each @ jquery-2.2.4.js:365
each @ jquery-2.2.4.js:137
$.fn.foundation @ foundation.js:719
(anonymous) @ Events:7900
Is this some kind of stack trace? That last line is my code.
When I click on it I got this:
<script>
$(document).foundation();
</script>
Kind regards
/mique
Beta Was this translation helpful? Give feedback.
All reactions