Socket
Book a DemoInstallSign in
Socket

jquery-tabslite

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-tabslite

A lighter version of jQuery UI's tabs. For when you just need simple tab functionality and don't need to include the entire jQuery UI library.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

tabsLite

Description

A lighter version of jQuery UI's tabs. For when you just need simple tab functionality and don't need to include the entire jQuery UI library.

Open example.html for example usage.

Required HTML

<div id="tabs">
  <ul>
    <li><a href="#tab-1">Tab One</a></li>
    <li><a href="#tab-2">Tab Two</a></li>
  </ul>
  <div id="tab-1">
    <p>Tab one.</p>
  </div>
  <div id="tab-2">
    <p>Tab two.</p>
  </div>
</div>

Required JavaScript

$('#tabs').tabsLite();
  • Online Demo
  • Screenshots

Keywords

jquery-plugin

FAQs

Package last updated on 11 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts