Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Book said don't use CSS IDs, use class instead but what about when Javascript? Reply To: Book said don't use CSS IDs, use class instead but what about when Javascript?

#182353
nixnerd
Participant

If I’m totally honest, I probably under-use IDs. I think I read somewhere that IDs perform slightly better in terms of speed. BUT… with classes you get re-usability and you’re able to add multiple classes to one element. The former, you shouldn’t do with IDs and correct me if I’m wrong but the latter won’t even work with IDs.