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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

jQuery UI

41 点作者 otobrglez6 个月前

18 条评论

KronisLV6 个月前
I&#x27;ve been using the likes of PrimeVue (<a href="https:&#x2F;&#x2F;primevue.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;primevue.org&#x2F;</a>), PrimeReact (<a href="https:&#x2F;&#x2F;primereact.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;primereact.org&#x2F;</a>) and PrimeNG (<a href="https:&#x2F;&#x2F;primeng.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;primeng.org&#x2F;</a>) because they attempt to give you a library of components that work well out of the box and have a similar API across multiple technologies: Vue, React and Angular, respectively.<p>I feel like at some point I&#x27;ll probably make a project with just jQuery and possibly jQuery UI for the sake of it: while what&#x27;s there doesn&#x27;t seem too flashy, it would probably work just fine for most web based CRUD needs. I might end up rediscovering up close why people moved to Vue&#x2F;React&#x2F;Angular in droves instead of jQuery, but honestly something that you just drop in and that works has a lot of appeal. No complex toolchains, no configuring a bunch of plugins and registering them with the app, no endless abstractions for state management and things about render loops to keep in mind, just a silly JS import and writing some schlocky code that still sorta works.<p>I like to consider the UI of Kanboard as a good example. It&#x27;s minimalist, but works great for what it is: <a href="https:&#x2F;&#x2F;kanboard.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kanboard.org&#x2F;</a>
评论 #42228106 未加载
评论 #42228423 未加载
评论 #42228651 未加载
评论 #42228096 未加载
评论 #42228383 未加载
评论 #42228333 未加载
评论 #42229822 未加载
pzmarzly6 个月前
The jQuery UI Datepicker widget[0] still remains my favourite date picker implementation, even though it sadly never supported mobile phones that well.<p>Non-confusing design, live-reacting to user typing the date with keyboard, accessible, configurable, and offering 0-effort localisation in 60+ languages[1].<p>Is there anything like this in React world?<p>[0] <a href="https:&#x2F;&#x2F;jqueryui.com&#x2F;datepicker&#x2F;#dropdown-month-year" rel="nofollow">https:&#x2F;&#x2F;jqueryui.com&#x2F;datepicker&#x2F;#dropdown-month-year</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;jquery&#x2F;jquery-ui&#x2F;tree&#x2F;main&#x2F;ui&#x2F;i18n">https:&#x2F;&#x2F;github.com&#x2F;jquery&#x2F;jquery-ui&#x2F;tree&#x2F;main&#x2F;ui&#x2F;i18n</a>
评论 #42228090 未加载
评论 #42228161 未加载
cjauvin6 个月前
For building a serious business CRUD app, to this day, I&#x27;ve never found a JS UI toolkit that matches the power and scope of the 4.X era of Ext JS: <a href="https:&#x2F;&#x2F;docs.sencha.com&#x2F;extjs&#x2F;4.1.3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.sencha.com&#x2F;extjs&#x2F;4.1.3&#x2F;</a>
评论 #42228339 未加载
diggan6 个月前
Worth keeping in mind:<p>&gt; Please remember jQuery UI is in a maintenance state: we’ll make sure the library is compatible with new jQuery releases and that security issues are fixed but no new significant feature work is planned. We’ll also try to fix important regressions from jQuery UI 1.12.1; older long-standing bugs may not get fixed. Note that this does not affect jQuery Core which is still actively maintained.<p>From the release notes of the latest release (October 30, 2024): <a href="https:&#x2F;&#x2F;blog.jqueryui.com&#x2F;2024&#x2F;10&#x2F;jquery-ui-1-14-1-released&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.jqueryui.com&#x2F;2024&#x2F;10&#x2F;jquery-ui-1-14-1-released&#x2F;</a>
ErikAugust6 个月前
God forbid you used this now a days, other developers may get mad at you.
评论 #42228134 未加载
andybak6 个月前
The high water mark of front end development. Change my mind.
评论 #42228293 未加载
lemme_tell_ya6 个月前
In 2012, we build the front end of an application by making heavy use of the JQuery UI widget class and extending it for our own needs. That application is still running today largely unchanged on the front-end.
marpstar6 个月前
I spent way too much time building with this at Cartegraph. We utilized the jQuery UI Widget pattern[0] for pretty much any UI we wrote from 2011-2013 when we started utilizing Knockout instead.<p>I have to believe most of those components are still in use in production today. They were when I left in 2022.<p>[0]: <a href="https:&#x2F;&#x2F;api.jqueryui.com&#x2F;jQuery.widget&#x2F;" rel="nofollow">https:&#x2F;&#x2F;api.jqueryui.com&#x2F;jQuery.widget&#x2F;</a>
评论 #42228338 未加载
dave3336 个月前
In retrospect the best feature of jQuery is its longevity - could have learned one framework and used it for 20+ years. Better than learning a new framework&#x2F;toolset every 18 months which is the path I took. However React&#x2F;Vue&#x2F;Angular are now stable enough for long term use as well.
ttfkam6 个月前
Party over, oops, out of time!<p>Tonight we&#x27;re gonna party like it&#x27;s the year 2009!
TheAceOfHearts6 个月前
One of my first major projects was a Cordova Android app written with jQuery UI. It was incredibly hacky because I had no idea what I was doing. It worked well enough to let me pass the course though.<p>I don&#x27;t think there&#x27;s any situation in which I would reach for this tool in the modern era. I&#x27;m honestly amazed that it has even managed to survive this long. But I guess if I had a working app already using this tool then there might not be a huge incentive to migrate away.
rco87866 个月前
Holy cow what year is it.<p>I miss these days.
ulrischa6 个月前
The Jquery UI Combobox is still the best implementation I saw
anonymous3446 个月前
never liked jquery ui, don&#x27;t remember anymore even why. Was it maybe ugly or something. bootstrap was the way, and now quasar(vue) so awesome and easy
synergy206 个月前
I recall jquery ui was not really responsive ready
ognarb6 个月前
Blast of the past
abraxas6 个月前
Looking at the selection of the controls, does any of this even require any JS or can all this be made with HTML&#x2F;CSS only?
phoronixrly6 个月前
Guys, didn&#x27;t you get the memo? We&#x27;re doing this differently now, we&#x27;ve replaced<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jquery&#x2F;jquery-ui&#x2F;blob&#x2F;main&#x2F;ui&#x2F;widgets&#x2F;tabs.js">https:&#x2F;&#x2F;github.com&#x2F;jquery&#x2F;jquery-ui&#x2F;blob&#x2F;main&#x2F;ui&#x2F;widgets&#x2F;tab...</a><p>with the much better, much simpler, more readable and not at all depending on 42(!) modules (&#x2F;s)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;tailwindlabs&#x2F;headlessui&#x2F;blob&#x2F;main&#x2F;packages&#x2F;%40headlessui-react&#x2F;src&#x2F;components&#x2F;tabs&#x2F;tabs.tsx">https:&#x2F;&#x2F;github.com&#x2F;tailwindlabs&#x2F;headlessui&#x2F;blob&#x2F;main&#x2F;package...</a><p>What joy! (&#x2F;s)<p>&#x2F;&#x2F; inb4 oh but you don&#x27;t understand anything... it&#x27;s <i>declarative</i>
评论 #42228132 未加载
评论 #42229946 未加载