+ 4
Why isn't the slideToggle effect working
For some reason the jQuery 'slideToggle' isn't working can anyone pls help https://code.sololearn.com/WsicA9klfagn/?ref=app
2 Respostas
+ 4
When your code reaches line 51 $("#dropDown") element has not loaded. It's outside of $(function(){})
Move it to the onload callback.
Try to use a better code editor
+ 2
Kevin ★ I use Acode editor for android to code it, then pasted it here in sololearn and it stopped working. Although, I've been able to fix the error with some help, thank you.