Today I Learned - Rocky Kev

Tagged “jquery”

  1. TIL wanting to use the latest thing

    In evaluating a solution, be sure to consider the library dying out or becoming a maintenance burden after 5 years (e.g., everyone trying to get off jQuery onto Web Components).

  2. TIL what jQuery's role is today

    Today’s JavaScript frameworks allow us to break the UI into components, making it easier to scale up an application. It creates abstractions for easier synchronization between the data and the view. We don't need to hack the DOM element directly, and instead let the framework handle it.

  3. TIL the history of jQuery

    With the launch of jQuery in 2006, web developers were able to access and manipulate DOM and CSS faster and easier than ever before.

  4. TIL some JS tree traversals

    Ah, DOM tree traversal. It's the adventure that keeps on giving.

See all tags.