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.
发布评论
评论(3)
对于 UI 元素(例如 选项卡、手风琴、弹出窗口等)和效果(例如动画、拖动等)最好的框架是JQuery UI 正如 Deniz Dogan 提到的。它甚至有主题和 ThemeRoller 来滚动您自己的主题。
但是,JQuery UI 不处理任何 AJAX 或数据绑定。
Ajax 调用 可以单独使用核心框架进行。当您处理大型网站时,可能有一些插件可以使这些 ajax 调用变得更容易。我没查过。
对于模板和 DataLanking,有新的插件可用,很快就会添加到核心中框架(1.5 版)。 (它仍然带有 beta 标签)
有大量的插件,几乎可以添加您能想到的任何内容核心框架。插件的主要问题是缺乏支持(取决于插件开发人员),而 JQuery UI 需要不断维护和更新。
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.
我想 JqueryUI 是你应该选择的。您甚至可以自定义主题的外观和感觉。
I guess JqueryUI is the one u shud go with. You can even customize the themes for look and feel.
首先想到的是 JQuery UI...
JQuery UI is what first comes to mind...