Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying PHP Ajax Cookbook
  • Table Of Contents Toc
PHP Ajax Cookbook

PHP Ajax Cookbook

4 (5)
close
close
PHP Ajax Cookbook

PHP Ajax Cookbook

4 (5)

Overview of this book

Table of Contents (16 chapters)
close
close
PHP Ajax Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1
Index

Building a tab navigation using jQuery


Any site is incomplete without navigation links. Tabs are a good user interface approach to bring navigation to the site. Navigation links can easily be designed to look like tabs, through CSS. There are many tab implementations in jQuery. In this recipe, we'll look into how to integrate the jQuery UI Tabs plugin easily.

Getting ready

We'll require the jQuery UI from http://jqueryui.com/, with the Tabs component.

How to do it...

The jQuery UI Tabs plugin makes use of accessible markup standards. As soon as we use predefined HTML markup, and hook it to jQuery UI Tabs with a selector, we're done!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="themes/base/jquery.ui.all.css" />
  <script type="text/javascript" src="js/jquery.js"></script>
  <script type="text...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
PHP Ajax Cookbook
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon