I have a complex form to layout.Assume screen is equally divided into two parts vertically .left segment store form and right segment store grids. I am very bad at CSS. I want a jquery plugin which can quickly layout form for me. Is there anything which can help?I am using jquery validation engine for validation purpose and methivin splitter plugin to separate header,body and fotter. The body part contains this form which is an iframe
Share
You don’t need jQuery to do this. In fact, I’d caution against using JavaScript for layout.
Instead, try a CSS framework like Bootstrap. Bootstrap, for example, has form-formatting facilities: http://twitter.github.com/bootstrap/base-css.html#forms