Official jQuery Blog

https://blog.jquery.com

jQuery: The Write Less, Do More, JavaScript Library

フィード

記事のアイキャッチ画像
Upgrading jQuery: Working Towards a Healthy Web
Official jQuery Blog
jQuery’s influence on the web will always be evident. When it was first introduced in 2006, jQuery became a fundamental tool for web developers almost immediately. It simplified JavaScript programming, making it easier to manipulate HTML documents, handle events, perform animations, and much more. Since then, it has played and continues to play a major … Continue reading →
1ヶ月前
記事のアイキャッチ画像
jQuery 4.0.0 BETA!
Official jQuery Blog
jQuery 4.0.0 has been in the works for a long time, but it is now ready for a beta release! There’s a lot to cover, and the team is excited to see it released. We’ve got bug fixes, performance improvements, and some breaking changes. We removed support for IE<11 after all! Still, we expect disruption … Continue reading →
3ヶ月前
記事のアイキャッチ画像
jQuery 3.7.1 Released: Reliable Table Row Dimensions
Official jQuery Blog
jQuery 3.7.1 has been released! This release fixes a regression from jQuery 3.6.0 that resulted in rounded dimensions for <tr /> elements in Chrome and Safari. Also, a (mostly) internal Sizzle method, jQuery.find.tokenize that was on the jQuery object was accidentally removed when we removed Sizzle in jQuery 3.7.0. That method has been restored. As … Continue reading →
9ヶ月前
記事のアイキャッチ画像
jQuery 3.7.0 Released: Staying in Order
Official jQuery Blog
jQuery 3.7.0 is now available! This release has it all: bug fixes, a new method, and a performance improvement! We even dropped our longtime selector engine: Sizzle. Or, I should say, we moved it into jQuery. jQuery no longer depends on Sizzle as a separate project, but has instead dropped its code directly into jQuery … Continue reading →
1年前
記事のアイキャッチ画像
jQuery 3.6.4 Released: Selector Forgiveness
Official jQuery Blog
If you’ve been following along with recent jQuery releases, we have been working on how to address the recent addition of some new selectors in browsers, especially :has. jQuery 3.6.3 settled on the strategy of using native CSS.supports to determined whether a selector should be passed directly to querySelectorAll or instead go through jQuery’s selector … Continue reading →
1年前
記事のアイキャッチ画像
jQuery 3.6.3 Released: A Quick Selector Fix
Official jQuery Blog
Last week, we released jQuery 3.6.2. There were several changes in that release, but the most important one addressed an issue with some new selectors introduced in most browsers, like :has(). We wanted to release jQuery 3.6.3 quickly because an issue was reported that revealed a problem with our original fix. More details on that … Continue reading →
1年前
記事のアイキャッチ画像
jQuery 3.6.2 Released!
Official jQuery Blog
You probably weren’t expecting another release so soon, but jQuery 3.6.2 has arrived! The main impetus for this release was the introduction of some new selectors in Chrome. More on that below. As usual, the release is available on our cdn and the npm package manager. Other third party CDNs will probably have it soon … Continue reading →
1年前
記事のアイキャッチ画像
jQuery 3.6.1 Maintenance Release
Official jQuery Blog
jQuery 3.6.1 has been released! It’s been a while since our previous release. We were looking at fixing some elusive edge cases related to focus and blur, but we never quite got the fix right. If there’s any area of jQuery that’s hard to change, it’s likely related to focus somehow. We’re leaving those as-is … Continue reading →
2年前
記事のアイキャッチ画像
jQuery maintainers continue modernization initiative with deprecation of jQuery Mobile
Official jQuery Blog
By: Michal Golebiowski-Owczarek, Felix Nagel, and the jQuery team Editor’s Note: the following blog post was originally published to the OpenJS Foundation Blog. jQuery maintainers are continuing to modernize its overall project that still is one of the most widely deployed JavaScript libraries today. The team announced that the cross-platform jQuery Mobile project under its … Continue reading →
3年前
記事のアイキャッチ画像
jQuery maintainers update and transition jQuery UI as part of overall modernization efforts
Official jQuery Blog
By: Michal Golebiowski-Owczarek, Felix Nagel, and the jQuery team Editor’s Note: the following blog post was originally published to the OpenJS Foundation Blog. The jQuery project is actively maintained and widely implemented — it’s used by 73% of 10 million most popular websites. As part of its ongoing effort to modernize the project, jQuery maintainers … Continue reading →
3年前