jQuery anymore!"
Is this true & why?
Mostly yes. jQuery's main gimmick, element lookup by CSS selectors, is provided by document.querySelector and document.querySelectorAll. jQuery's ajax stuff is provided by The Fetch API or libraries dedicated to it, and there really isn't much left for jQuery to do then
Обсуждают сегодня