Most Popular

1500 questions
1634
votes
28 answers

How to add a class to a given element?

I have an element that already has a class:
Now, I want to create a JavaScript function that will add a class to the div (not replace, but add). How can I do that?
Blankman
  • 259,732
  • 324
  • 769
  • 1,199
1633
votes
16 answers

How do I remove a directory from a Git repository?

How can I delete a single directory containing files from a Git repository?
Sahat Yalkabov
  • 32,654
  • 43
  • 110
  • 175
1631
votes
12 answers

if/else in a list comprehension

I have a list xs containing a mixture of strings and None values. How can I use a list comprehension to call a function on each string, but convert the None values to '' (rather than passing them to the function)? I tried: [f(x) for x in xs if x is…
AP257
  • 89,519
  • 86
  • 202
  • 261
1628
votes
25 answers

How do I style a dropdown? I need to style a