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
3 Antworten
+ 5
Try this
<head>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
</head>
+ 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")
0
Not working bro