DEV Community

Discussion on: How to not be a dinosaur.

Collapse
 
dreamdealer profile image
Johan van Tongeren

Back in the days the complexity/layering (like jQuery) had two major advantages (for me):

  1. easy of coding. $('#id') instead of document.getElementById('id').
  2. cross-browser compatibility. Not having to care about all the quirks.