Slick JQuery UI plugins
I am developing a brand new site and like to have a very slick look and feel. I will be using the follow开发者_JAVA百科ing in my website:
- Tabs
- Forms
- Validation
- Data grid
Can anyone help me find some really cool JQuery plugins for this?
So, I suppose you are able to style them to suit desing of site of yours.
1.Tabs
jQuery UI Tabs
2. Forms
Do you mean something for form skinning? Here you go then. Uniform is the best I have ever used. It also contains 3 themes, and it is easy to create your own ;-)
Uniform
Autocomplete plugin has its magic as well, or maybe some date-pickers... :)
autocomplete, jquery ui date-picker
More here... http://jqueryui.com/demos/
3. Form validation
there is plenty of jQuery plugins over here. Here is example
Form validation
4. Data grid
Here is the link to a review article... It contains review of 10 jQuery data grid plugins. I think you will pick one ;-)
Review article
- Tabs
- are handled by jquery ui. It has excellent theming support plus as added bonus you can host it from google's CDN.
- Forms
- Jquery form plugin
- Validation
- Jörn Zaefferer, a member of the jQuery team, has created jQuery plugin which makes simple clientside form validation trivial. Also has hosting on microsoft's CDN.
- Data grid
- I used jqgrid in the past(Which is pretty popular). It had a github commit 10 hours ago so it is also maintained pretty good.
Agreed with Alfred on 1-3, but would suggest Flexigrid for your data grid.
精彩评论