jQuery UI Selectmenu

To extend the functionality of a native HTML select element, the jQuery UI Selectmenu is used. The customization functionality in behavior and appearance provided by the jQuery UI Selectmenu is far beyond the limitation of a native select. A decent replacement of a select element is thus provided. The jQuery UI Selectmenu widget also acts … Read more

jQuery UI Progressbar

To determine the completion percentage of operation or progress, the jQuery UI Progressbar is used. A jQuery UI Progressbar can be of two types: Determinate Progressbar Indeterminate Progressbar Determinate Progressbar: In a condition, where the system can accurately update the current status, the Determinate progress bar is used and is used in such conditions only. … Read more

jQuery UI Dialog

To provide information in a particular way on the HTML pages, the jQuery UI dialog boxes are used. It creates a basic dialog window, positioned into the viewport and protected from page content. It also holds a title bar and a content area. By default, it can be moved, resized, and closed with the ‘x’ … Read more

jQuery UI Datepicker

The feature to enter dates easily and visually is facilitated by the jQuery UI Datepicker widget. It also supports the feature to customize the date format and language, restrict the selectable date ranges, adds buttons and other navigation options easily. Along with creating a date picker, the jQuery UI Datepicker() method also changes the appearance … Read more

jQuery UI Button

To transform the HTML elements such as, buttons, inputs, and anchors etc., the jQuery UI button() method is used. The HTML elements are thus transformed into themeable buttons, with automatic management of mouse movements on them which is managed transparently by the jQuery UI. Syntax: The button() method is used in two forms: $(selector, context).button … Read more

jQuery UI Autocomplete

To provide the users a list of suggestions while typing the beginning word in the text box, the Autocomplete mechanism is used. It is commonly used in modern websites. It is very useful when it is required to select an item from a list, to be displayed in the input field. The user thus doesn’t … Read more