18th Jun 2021, 4:10 AM
Aditya Dhiman
Aditya Dhiman - avatar
2 Risposte
+ 3
because you try to load jQuery from sololearn servers ^^ replace your relative url in src attribute with: https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
18th Jun 2021, 4:22 AM
visph
visph - avatar
+ 1
Change $('button'), with $('#demo') and it will work
18th Jun 2021, 7:15 AM
Shadoff
Shadoff - avatar