Why jquery is not loaded within the mobile app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Why jquery is not loaded within the mobile app?

On my codes

29th Jan 2019, 7:34 PM
Toni Isotalo
Toni Isotalo - avatar
5 Answers
+ 5
For me the issue is only on ios, it started with the last update(december) Wrapping the code in window.onload = function fixes this on my phone, if the error is cant find variable $ at ...
30th Jan 2019, 3:49 AM
xpnvdo
xpnvdo - avatar
+ 2
//You have to download or use its CDN to use JQUERY https://code.jquery.com https://www.sololearn.com/learn/jQuery/2785/
29th Jan 2019, 8:03 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 2
// Hi Toni Isotalo, If you want to use Jquery, you must use a CDN that Shudarshan Rai 👑 explain you.
29th Jan 2019, 8:32 PM
program
program - avatar
+ 2
xpnvdo That works. I also noticed that It only appears on the latest jquery version 3.3.1
30th Jan 2019, 11:36 AM
Toni Isotalo
Toni Isotalo - avatar
+ 2
Yep it's pretty annoying, they fixed a couple bugs on iOS and then added a new one.
30th Jan 2019, 11:01 PM
xpnvdo
xpnvdo - avatar