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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

jQuery 3.0 Release Candidate

238 点作者 azazqadir将近 9 年前

10 条评论

arenaninja将近 9 年前
Exciting news for jQuery.<p>Last night, I was working on a side project. For the front-end, I&#x27;m using React, React-Route, and I&#x27;m working on figuring out Fluxible. superagent to wrap XmlHttpRequest. browserify to compile what I serve to the front-end. I don&#x27;t run a reverse-proxy with a node backend since the API is in PHP, I just served the minified JS files.<p>Honestly, it&#x27;s a huge pain. And every module I toss in there seems to limit compatibility with the next one. The barrier of entry to doing things right is HUGE. Also, if you disable JS the site would be useless, 100%.<p>If I were to go with angular it would be even worse. I honestly may go back to jQuery on this project yet. I don&#x27;t expect it to be huge, and since most Foundation plugins use jQuery anyway it should work. I honestly loathe how much crap I&#x27;m loading for two pages: sign-up &#x2F; register.
评论 #11763142 未加载
评论 #11762163 未加载
评论 #11761582 未加载
评论 #11762824 未加载
评论 #11761549 未加载
评论 #11761547 未加载
评论 #11763743 未加载
vonklaus将近 9 年前
Major Changes:<p>.load, .unload, and .error, deprecated since jQuery 1.8, are no more. Use .on() to register listeners.<p>jQuery.Deferred is now Promises&#x2F;A+ compatible<p>Error cases don’t silently fail<p>Animations now use requestAnimationFrame<p>Massive speedups for some jQuery custom selectors
评论 #11759828 未加载
评论 #11759909 未加载
Olscore将近 9 年前
jQuery sizes by version and compression: <a href="https:&#x2F;&#x2F;mathiasbynens.be&#x2F;demo&#x2F;jquery-size" rel="nofollow">https:&#x2F;&#x2F;mathiasbynens.be&#x2F;demo&#x2F;jquery-size</a>
评论 #11759791 未加载
评论 #11762104 未加载
mkoryak将近 9 年前
This looks intersting: <a href="https:&#x2F;&#x2F;github.com&#x2F;jquery&#x2F;jquery&#x2F;issues&#x2F;2653" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jquery&#x2F;jquery&#x2F;issues&#x2F;2653</a><p>we use jquery in an angular code base and have long wanted a build without Ajax which is huge and that is useless in angular
mozumder将近 9 年前
I&#x27;m finding I don&#x27;t need jQuery anymore. What are the reasons people still use it?
评论 #11760205 未加载
评论 #11760789 未加载
评论 #11760537 未加载
评论 #11762548 未加载
评论 #11761282 未加载
评论 #11761854 未加载
paradite将近 9 年前
Since I used d3.js for one project a few years ago, I have not touched jQuery ever since. d3 offers key jQuery features, but goes much more beyond that.
评论 #11760762 未加载
评论 #11760802 未加载
评论 #11763646 未加载
EugeneOZ将近 9 年前
Good reason to make jquery.com design mobile friendly.
GroSacASacs将近 9 年前
If you look for simplicity have a look at DOM99<p><a href="https:&#x2F;&#x2F;github.com&#x2F;GrosSacASac&#x2F;DOM99" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;GrosSacASac&#x2F;DOM99</a>
combatentropy将近 9 年前
Since the oldest supported version of IE is now 11:<p><a href="http:&#x2F;&#x2F;youmightnotneedjquery.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;youmightnotneedjquery.com&#x2F;</a><p>&quot;jQuery and its cousins are great, and by all means use them if it makes it easier to develop your application.<p>&quot;If you&#x27;re developing a library on the other hand, please take a moment to consider if you actually need jQuery as a dependency. Maybe you can include a few lines of utility code, and forgo the requirement. If you&#x27;re only targeting more modern browsers, you might not need anything more than what the browser ships with.&quot;
评论 #11769694 未加载
livingston将近 9 年前
it&#x27;s jQuery not JQuery
评论 #11760076 未加载
评论 #11760063 未加载