jQueryUI widgets
Notes:
Introduction to jQuery UI Widgets:
jQuery UI widgets: user interface controls
jQuery UI help us to create theme-able and appealing widgets with a fully functional keyboard and mouse interactions.
Ex:
Accordion widget: collapsible and expandable sections
Tabs widget: tab based sections similar to accordion
Date picker widget: a popup or an inline calendar
Progress bar widget: the current status of a process in percentage
Slider widget: slider with handles to get range of numeric values
Spinner widget: spinner to get numeric values
Auto complete widget: a text box with suggestions drop down list
Select menu widget: selection list
Menu widget: navigation menu
Button widget: buttons
Checkbox radio widget: checkbox and radio buttons
Control group widget: group of related input fields
Dialog widget: overlay dialog box
Tool tip widget: mouse over tool tip
etc.
Interview Questions: