Is there a good front-end framework to be used on top of jQuery? Stuff that takes care of many common tasks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.