Check out this code where is the bug 🪲 annoying me ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Check out this code where is the bug 🪲 annoying me !

I have called jQuery external file but got error about $ selector. Now there is no error though code is not working fully. Why ? https://code.sololearn.com/Wv1svN7ECG61/?ref=app https://code.sololearn.com/Wv1svN7ECG61/?ref=app

22nd Sep 2023, 2:53 AM
RD:programmer
RD:programmer - avatar
3 Answers
+ 5
Try this <head> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script> </head>
22nd Sep 2023, 3:35 AM
Chris Coder
Chris Coder - avatar
+ 1
Use this address as sololearn use for jQuery src="https://code.jquery.com/jquery-3.1.1.js" I Don't know what the code is for but if it's For changing background use this : $('#fbig').css("background-color","blue")
22nd Sep 2023, 11:19 AM
Ali Aghajani
Ali Aghajani - avatar
0
Not working bro
22nd Sep 2023, 10:25 AM
RD:programmer
RD:programmer - avatar