Уровень 0 · материалов: 4
В кластер входят документы, касающиеся использования, обновления или удаления библиотеки jQuery для оптимизации веб-интерфейсов, и не входят общие предложения по изменению механизма работы JS-библиотек в браузерах.
Общие признаки: библиотека jQuery, производительность JavaScript, поддержка старых версий браузеров, отказ от jQuery
Группа выше: jQuery и её экосистема
Смысл: The main idea is the launch of jQuery 2.0, which improves performance and reduces size by dropping support for Internet Explorer 6-8, while maintaining a separate legacy branch (1.x) for those who still need old browser support.
jQuery 2.0 is released, offering better speed and smaller size by removing support for IE 6-8, while keeping the 1.x branch for legacy users.
Смысл: The main idea is that jQuery is introducing a versioning split (1.9 vs 2.0) to allow developers to choose between maintaining support for outdated Internet Explorer versions (6/7/8) or opting for a leaner, faster library that drops that support.
jQuery plans to release version 2.0 without support for IE 6/7/8 to improve performance and reduce file size, while keeping version 1.9 for those who still need legacy browser compatibility.
Смысл: The main idea is to inform the developer community about the launch of jQuery 1.5, detailing its new technical capabilities, performance optimizations, and improved stability to encourage adoption and contribution.
jQuery 1.5 has been released featuring a revamped Ajax module, Deferred objects, the jQuery.sub() method, and significant performance boosts.
Смысл: The main idea is that GitHub optimized its frontend performance and developer experience by removing the jQuery library in favor of native JavaScript (Vanilla JS) and a few lightweight, specialized libraries.
GitHub replaced jQuery with native JavaScript and specialized polyfills to improve site speed, reduce payload size, and enable static type checking.