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 UI |
|
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. |
|