jQuery UI Tabs
September 28, 2010
Here's the structure you need to setup tabs using jQueryUI.
Imports
You'll need to include jQuery, jQueryUI and the jQueryUI css.
<script type="text/javascript" src="/site_media/jqueryui/js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="/site_media/jqueryui/js/jquery-ui-1.7.1.custom.min.js"></script> <link type="text/css" href="/site_media/jqueryui/css/smoothness/jquery-ui-1.7.1.custom.css" rel="Stylesheet" />
HTML
Here's the HTML required for two tabs, one …