InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is an extension to the common JavaScript framework?(a) Niceforms(b) Uni-forms(c) Formalize(d) jQuery UIThis question was posed to me in unit test.This key question is from Appearance of Form Elements in chapter Lists, Tables and Forms of CSS |
|
Answer» RIGHT choice is (c) Formalize For explanation: Formalize is an extension to common JAVASCRIPT frameworks like JQuery, Dojo, YUI etc., it helps to normalize and customize the forms. Uni-form STANDARDIZES form markup, styling it with CSS, it also offers a few additional features when USED with jQuery. |
|