Read more

Cheat Sheet for the modern DOM API

Arne Hartherz
February 06, 2019Software engineer at makandra GmbH

See the attached link for a useful overview of modern (and classic) DOM API methods, like matches, contains, append, cssText, etc.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

You will still need to look up some documentation, e.g. on how to modify a ClassList, but it's still better than browsing interfaces and superclasses of Element on MDN without knowing what to look for.

When coming from jQuery, also see the card on JavaScript without jQuery. This card includes a link to You Don't Need jQuery Show archive.org snapshot , which summarizes most of the alternatives in native Javascript implementation to jQuery methods.

Posted by Arne Hartherz to makandra dev (2019-02-06 09:14)