Replies: 3 comments 2 replies
-
You need to load jQuery before jQuery Migrate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Morning. Thank you for responding. I was able to get passed the last error.
Now, I am getting this error
***@***.***
It says, “Uncaught ReferenceError: jQuery is not defined”
From: Michał Gołębiowski-Owczarek ***@***.***>
Sent: Thursday, July 13, 2023 4:28 AM
To: jquery/jquery-migrate ***@***.***>
Cc: Wachs, Timothy E ***@***.***>; Author ***@***.***>
Subject: Re: [jquery/jquery-migrate] jQuery Migrate (Discussion #490)
migrateMute is not references in jQuery, only in jQuery Migrate. So if you see it in all 4 files, they must be messed up. You need to load jQuery before jQuery Migrate. — Reply to this email directly, view it on GitHub, or unsubscribe. You
migrateMute is not references in jQuery, only in jQuery Migrate. So if you see it in all 4 files, they must be messed up.
You need to load jQuery before jQuery Migrate.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/jquery/jquery-migrate/discussions/490*discussioncomment-6436347__;Iw!!NH_hVA4!_O0s0TC2yDhVvY1UFfTOF2E1aW_Gz3L_u0BIp7qUTVPWbSCn4s4WVaFMJgN2w5uycNSoSDR-8E0F-EBpzOrOgQ$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBHT4DRCDIICCIKQ7IUIPSLXP65QPANCNFSM6AAAAAA2IU53JA__;!!NH_hVA4!_O0s0TC2yDhVvY1UFfTOF2E1aW_Gz3L_u0BIp7qUTVPWbSCn4s4WVaFMJgN2w5uycNSoSDR-8E0F-EBfYFarBg$>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
…----------------------------------------------------------------------
American Family Mutual Insurance Company, S.I. | American Family Insurance Company | American Family Life Insurance Company | American Standard Insurance Company of Ohio | American Standard Insurance Company of Wisconsin | Midvale Indemnity Company | Home Office - 6000 American Parkway Madison, WI 53783Permanent General Assurance Corporation | Permanent General Assurance Corporation of Ohio | The General Automobile Insurance Company, Inc. DBA The General® Home Office - 2636 Elm Hill Pike Nashville, TN 37214 wholly owned subsidiaries of American Family Mutual Insurance Company, S.I.*If you are not the intended recipient, please contact the sender and delete this e-mail, any attachments and all copies..
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes. It is the same error message, but it is occurring in a different place in the code. I do not see where jQuery is defined. It is also not defined in “function ( jQuery, window )”
From: Michał Gołębiowski-Owczarek ***@***.***>
Sent: Thursday, July 13, 2023 8:59 AM
To: jquery/jquery-migrate ***@***.***>
Cc: Wachs, Timothy E ***@***.***>; Author ***@***.***>
Subject: Re: [jquery/jquery-migrate] jQuery Migrate (Discussion #490)
That’s the same error. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread. Message ID: <jquery/jquery-migrate/repo-discussions/490/comments/6439684@ github. com>
That’s the same error.
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/jquery/jquery-migrate/discussions/490*discussioncomment-6439684__;Iw!!NH_hVA4!4R3kQPCWYOKYWlb1lBvqEe4f5mdBoIj4qytuzjID8Y0AQRUCltfjCJ-Z7vZ_0TPFCAs56CPYva15jvnEaz0diA$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BBHT4DTO6RIYAUPPNC6AWBDXP75KNANCNFSM6AAAAAA2IU53JA__;!!NH_hVA4!4R3kQPCWYOKYWlb1lBvqEe4f5mdBoIj4qytuzjID8Y0AQRUCltfjCJ-Z7vZ_0TPFCAs56CPYva15jvnBvZ6Aww$>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
…----------------------------------------------------------------------
American Family Mutual Insurance Company, S.I. | American Family Insurance Company | American Family Life Insurance Company | American Standard Insurance Company of Ohio | American Standard Insurance Company of Wisconsin | Midvale Indemnity Company | Home Office - 6000 American Parkway Madison, WI 53783Permanent General Assurance Corporation | Permanent General Assurance Corporation of Ohio | The General Automobile Insurance Company, Inc. DBA The General® Home Office - 2636 Elm Hill Pike Nashville, TN 37214 wholly owned subsidiaries of American Family Mutual Insurance Company, S.I.*If you are not the intended recipient, please contact the sender and delete this e-mail, any attachments and all copies..
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am attempting to upgrade my jQuery 3.3.1 to your most recent version (3.7.0). I am using migrate to make the transition smooth. I downloaded jquery-3.7.0.js, jquery-3.7.0.min. js, jquery-migrate-3.4.0.js and jquery-migrate-3.4.0.min.js, All four had this code in line two:
"undefined" == typeof jQuery.migrateMute && (jQuery.migrateMute = !0),
Looking at the documentation, I see that it has something to do with suppressing errors and/or warnings. However, for me, it caused an error, "Uncaught ReferenceError: Jquery is not defined". Can you tell me what this line truly does and what I can do to fix it? I am assuming that this line would not go to production. I amusing Chrome, Edge, and sometimes IE 11+. So, maybe I can live without it. Let me know. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions