Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionIs there a good front-end framework to be used on top of jQuery? Stuff that takes care of many common tasks.
JQuery UI is what first comes to mind...
For UI Elements (e.g. Tabs, Accordions, Popups, and more) and Effects (e.g. animations, dragging, and more) the best framework out there is JQuery UI as Deniz Dogan mentioned. It even has themes and a ThemeRoller to roll your own theme.
However, JQuery UI doesn't handle any AJAX or Databinding.
Ajax calls are can be made with core framework alone. There may be plugins available to make those ajax calls easier when you are dealing with a large site. I haven't checked.
For Templating and DataLanking, there are new plugins available which will soon be added to the core framework (version 1.5) . (It still has the beta tag on it)
There are tons of plugins that add almost anything you can think of to the core framework. The main problem with plugins is the lack of support (depends on the plugin developer) while JQuery UI is constantly be maintained and updated.
I guess JqueryUI is the one u shud go with. You can even customize the themes for look and feel.
精彩评论