jQuery UI Tutorial

jQuery UI Tutorial for beginners with example program code on Introduction, Features, Draggable, Droppable, resizable, SelectablejQueryUI Sortable, Accordion, Autocomplete, Button, Datepicker, Dialog, Menu, Progressbar, Selectmenu, Slider, spinner, Tabs, Tooltip, show, hide, toggle, removeClass, Switch Class, Animation, Easing, addClass, Effect and more.

In the term, jQuery UI, the UI stands for User Interface. The jQuery UI can be simply understood as a set of animated visual effects, themes implemented with jQuery, CSS, HTML, and JavaScript and GUI widgets. The jQuery core library is thus added with a lot of new functionalities by the new plug-ins. For faster and easier web development, it is usually used as a powerful mobile first front-end framework, thus making it the second most popular JavaScript library on the Web which is almost used on over 176000 websites.

jQuery UI History:

jQuery UI was first published and released by the jQuery foundation as free and open-source software in September 2007. It is released under the MIT license. From 2007, till date the jQuery UI holds a growing history in the form of the various released versions of jQuery.

jQuery UI Release History:

The various released versions of JQuery are listed below. Each version was released with certain additional functionalities with respect to its older version.

JQuery Version Number JQuery Dependency Release Date
1.5 ——- Jun 8, 2008
1.6 1.2.6 Apr 16, 2009
1.7 1.3.2+ Mar 3, 2009
1.8 1.3.2+ Mar 18, 2010
1.8.9 1.3.2+ Jan 19, 2011
1.8.10 1.3.2+ Feb 22, 2011
1.8.11 1.3.2+ Mar 15, 2011
1.8.12 1.3.2+ Apr 13, 2011
1.8.13 1.3.2+ May 12, 2011
1.8.14 1.3.2+ Jun 17, 2011
1.8.15 1.3.2+ Aug 1, 2011
1.8.16 1.3.2+ Aug 15, 2011
1.8.17 1.3.2+ Jan 10, 2012
1.8.18 1.3.2+ Feb 20, 2012
1.8.19 1.3.2+ Apr 16, 2012
1.8.20 1.3.2+ Apr 30, 2012
1.8.21 1.3.2+ Jun 5, 2012
1.8.22 1.3.2+ Jul 24, 2012
1.8.23 1.3.2+ Aug 15, 2012
1.8.24 1.3.2+ Sep 28, 2012
1.9.0 1.6+ Oct 8, 2012
1.9.1 1.6+ Oct 25, 2012
1.9.2 1.6+ Nov 23, 2012
1.10.0 1.6+ Jan 17, 2013
1.10.1 1.6+ Feb 15, 2013
1.10.2 1.6+ Mar 14, 2013
1.10.3 1.6+ May 3, 2013
1.10.4 1.6+ Jan 17, 2014
1.11.0-beta.1 1.6+ Apr 25, 2014
1.11.0-beta.2 1.6+ May 23, 2014
1.11.0 1.6+ Jun 26, 2014
1.11.1 1.6+ Aug 13, 2014
1.11.2 1.6+ Oct 16, 2014
1.11.3 1.6+ Feb 12, 2015

jQuery UI Tutorial