TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Chinese JavaScript framework that aims to challenge JQuery

2 点作者 frostnovazzz超过 9 年前

2 条评论

nostrademons超过 9 年前
Aren't they about 5 years late? JQuery was an absolute lifesaver when we had to deal with IE5.5 and IE6, there was no querySelectorAll, the event model was different in IE vs. the rest of the world, many CSS properties had to be prefixed, and the box model was all screwed up. All of those are fixed in modern browsers, and most of the time you don't need JQuery at all.
lollipop25超过 9 年前
&gt; I had never use jQUERY before because I hate JQUERY badly.<p>Not entirely sure why he hates it if he hasn&#x27;t used it. Clearly a sign of NIH syndrome gone wild.<p>&gt; How about start an new one JQUERY that using my mind.<p>Obviously this guy hasn&#x27;t heard of neither Zepto (<a href="http:&#x2F;&#x2F;zeptojs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;zeptojs.com&#x2F;</a>) nor Cheerio (<a href="https:&#x2F;&#x2F;cheeriojs.github.io&#x2F;cheerio&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cheeriojs.github.io&#x2F;cheerio&#x2F;</a>).<p>&gt; BTW, MingGeJs works with IE 6, 7 and 8 very well.<p>Isn&#x27;t that why jQuery still has the 1.x.x release (<a href="https:&#x2F;&#x2F;blog.jquery.com&#x2F;2013&#x2F;04&#x2F;18&#x2F;jquery-2-0-released&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.jquery.com&#x2F;2013&#x2F;04&#x2F;18&#x2F;jquery-2-0-released&#x2F;</a>)? And even the upcoming 3.x.x release plans to put back compatibility as a &quot;compat&quot; release (<a href="https:&#x2F;&#x2F;blog.jquery.com&#x2F;2015&#x2F;07&#x2F;13&#x2F;jquery-3-0-and-jquery-compat-3-0-alpha-versions-released&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.jquery.com&#x2F;2015&#x2F;07&#x2F;13&#x2F;jquery-3-0-and-jquery-com...</a>) instead of a separate version (1 being backwards, 2 being the no-IE).<p>Also, who uses IE 6-8? IE8 EOL is January 2016 (<a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;lifecycle?p1=13418" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;lifecycle?p1=13418</a>). Microsoft is not even looking back at IE9 and 10.<p>&gt; MingGeJS has a huge and distant goal that means taking over half of users of JQUERY in the whole world.<p>Good luck with that. jQuery has been around since 2006 (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;JQuery" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;JQuery</a>). That&#x27;s almost 10 years (at the time of writing) of accumulated knowledge, testing and patience from people around the world. Compare that to the 10 days (at the time of writing) life of that library.