Best jQuery jQuery UI Plugins & Tutorials with Demo

    plusTabs : Interactive jQuery UI Tabs

    plusTabs : Interactive jQuery UI Tabs

    plusTabs is a plugin to interact with jQuery UI tabs when there are too many tabs.

    jQuery Desktop Engine Plugin

    jQuery Desktop Engine Plugin

    A lightweight desktop-engine for JQuery.This lightweight jquery-ui-plugin provides basic desktop functionality.

    • Windows
      • options from HTML-data-attributes
      • focus-system to highlight active windows
      • minimize and restore windows
      • maximize and restore windows
    • Taskbar
      • display buttons for open windows
      • focus and restore windows on click

    jQuery Timepicker Addon to jQueryUI Datepicker

    jQuery Timepicker Addon to jQueryUI Datepicker

    The timepicker addon adds a timepicker to jQuery UI Datepicker, thus the datepicker and slider components (jQueryUI) are required for using any of these. In addition all datepicker options are still available through the timepicker addon.

    Timedropper : jQuery UI Timepicker

    Timedropper : jQuery UI Timepicker

    Timedropper is a jQuery UI timepicker. Manage time input fields in a standard form. Focus on the input to open an small interactive timepicker.

    jQuery UI autocomplete in Bootstrap Modal Box Using PHP Ajax

    jQuery UI autocomplete in Bootstrap Modal Box Using PHP Ajax

    In this tutorial we are going to see how to implement jQuery UI autocomplete in Bootstrap Modal Popup Using PHP Ajax.

    Turn jQuery UI datepicker into a weekpicker

    Turn jQuery UI datepicker into a weekpicker

    In this article we transform the famous jQuery UI datepicker into a weekpicker. This means that when we hover over the calendar cells, the whole week row needs to be highlighted; and when we select a date, the week start and date will be returned. As usual, we’ll add some nice styling to our new widget.

    Two Fields Autocomplete Using jQuery & PHP

    Two Fields Autocomplete Using jQuery & PHP

    We are going to see how to show state name and country name in the same text field.When user types the city or state name in the textbox, It will make ajax request to apache server, where PHP will make connection to MySQL database and get the city and state names based on user entered data in the textbox. Then Apache server return those response, finally jQuery UI autocomplete will show the city and state name as suggestions to select.

    Remarklet : jQuery Visual Editor Bookmarklet

    Remarklet : jQuery Visual Editor Bookmarklet

    Visual editor bookmarklet that makes modifying and commenting on web pages remarkably easy! Built with Require, jQuery, and jQuery UI.

    Flat slider : Visual styler for jQuery UI slider

    Flat slider : Visual styler for jQuery UI slider

    Flat slider is an online tool that allows you to turn the jQuery UI slider into a beautiful flat slider. You can change the color and size of the slider line, handles and range. The tool generates the CSS as you make your changes, so that you can easily copy and paste it into your website stylesheets.

    Autocomplete Search using Wikipedia API and jQuery UI

    Autocomplete Search using Wikipedia API and jQuery UI
    It is nothing but normal search box where it provides suggestions in a dropdown while typing the keyword in the text box. By using Wikipedia Opensearch API and jQuery Autocomplete UI, we can easily implement this feature without writing large lines of code.