Joined March 2013
·
Achievements
169 Karma
29,409 Total ProTip Views

Komodo Dragon
Have at least one original repo where Java is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Python 3
Have at least three original repos where Python is the dominant language

Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Using
String.prototype.indexOf
to check if a class is already set is problematic if you don't split the string into an array first. It might be safer to rely on jQuery'saddClass
/removeClass
/toggleClass
or classList if possible