« Light build of Mozilla Firefox | Home | Compiling GNU Bash 4.x for Android 2.x »
Creating jQuery UI Tabs
By admin | August 21, 2011
jQuery UI Tabs are an easy way to make tabs in your web applications or web sites easily with less code. Consider the following tab structure:
<div id="tabgroup"> <ul> <li><a href="#tab1">Tab 1</a></li> <li><a href="#tab2">Tab 2</a></li> <li><a href="#tab3">More Tabs</a></li> </ul> <div id="tab1">Hello</div> <div id="tab2">World</div> <div id="tab3">from jQuery UI Tabs</div> </div>
To turn this into a fully featured functioning tab system, all one has to execute in the <head> is this provided you have included jQuery and jQuery UI with any CSS in your <head> (default CSS can be included like such: <link rel=”stylesheet” type=”text/css” href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/ui-lightness/jquery-ui.css” />):
jQuery(document).ready(function() { jQuery("#tabgroup").tabs(); });
This tab structure also degrades reasonably without JavaScript – one is able to view the contents of all of the tabs and the anchor links are usable – unlike some other tab techniques.
If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!
Topics: (X)HTML | 13 Comments »
February 23rd, 2022 at 21:19
… [Trackback]
[…] Read More on that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
March 24th, 2022 at 17:48
… [Trackback]
[…] Find More Info here on that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
March 29th, 2022 at 04:51
… [Trackback]
[…] Information on that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
May 6th, 2022 at 23:56
… [Trackback]
[…] Read More on that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
June 7th, 2022 at 12:40
… [Trackback]
[…] Here you can find 37325 more Info on that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
June 26th, 2022 at 07:51
… [Trackback]
[…] Read More Information here to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
July 15th, 2022 at 07:17
… [Trackback]
[…] Find More to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
August 26th, 2022 at 11:36
… [Trackback]
[…] Read More on to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
December 6th, 2022 at 18:42
… [Trackback]
[…] Read More to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
December 8th, 2022 at 18:25
… [Trackback]
[…] Find More Information here to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
January 15th, 2023 at 18:11
… [Trackback]
[…] Find More to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
January 23rd, 2023 at 18:19
… [Trackback]
[…] Find More on to that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]
January 28th, 2023 at 13:18
… [Trackback]
[…] Read More on on that Topic: compdigitec.com/labs/2011/08/21/creating-jquery-ui-tabs/ […]