plusTabs is a plugin to interact with jQuery UI tabs when there are too many tabs.
Best jQuery jQuery UI Plugins & Tutorials with Demo
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
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
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.