As I have understood, jqueryui has 2 sets of things:
- Ready made elements that can be used in developing web apps (like menu, datepicker and so so...)
- CSSs ready to use with the elements talked about before
Now my question is:
Are the CSSs ready to be used for Normal HTML Elements, too? Like form
s, ul
and ol
lists, a
s, and others?
This way, standard HTML elements' style can be compatible with other jqueryui widgets.
Are there also some ready .half
, .third
, .full-width
classes for div
s?
Unfortunately I couldn't get the answer even after reading http://api.jqueryui.com/category/theming, http://api.jqueryui.com/theming/css-framework/ and http://api.jqueryui.com/theming/stacking-elements/.