+ 2
Why doesn't this work?
The part that says "My favorite things", is supposed to dropdown the current list like it does with the "What I like to do". Code here: https://code.sololearn.com/Wx5FOf72fhii/?ref=app
2 Answers
+ 5
You forgot the # in line 8.
It should be $("#favThingsTitle2").
And by the way, Linkin Park is also my favorite band.
+ 2
Thanks