-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated themes and demos, and a few optimizations
- Loading branch information
Showing
50 changed files
with
12,477 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# jQuery Smart Tab v3 | ||
#### The flexible jQuery tab control plugin. | ||
#### The flexible jQuery tab control plugin | ||
|
||
[![Build Status](https://travis-ci.org/techlab/jquery-smarttab.svg?branch=master)](https://travis-ci.org/techlab/jquery-smarttab) | ||
[![npm version](https://badge.fury.io/js/jquery-smarttab.svg)](https://badge.fury.io/js/jquery-smarttab) | ||
|
@@ -9,6 +9,8 @@ | |
|
||
Smart Tab is a flexible and heavily customizable **jQuery Tab control plugin**. | ||
|
||
> If you think it is cool, you should also check it's sibling [React Smart Tab](http://techlaboratory.net/react-smarttab) | ||
+ [Homepage](http://techlaboratory.net/jquery-smarttab) | ||
+ [Documentation](http://techlaboratory.net/jquery-smarttab#documentation) | ||
+ [Demos](http://techlaboratory.net/jquery-smarttab#demo) | ||
|
@@ -47,6 +49,24 @@ Installation | |
### [Composer](https://packagist.org/packages/techlab/jquery-smarttab) | ||
composer require techlab/jquery-smarttab | ||
|
||
### [CDN - jsDelivr](https://www.jsdelivr.com/package/npm/jquery-smarttab) | ||
```html | ||
<!-- CSS --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/smart_tab_all.min.css" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/jquery.smartTab.min.js" type="text/javascript"></script> | ||
``` | ||
|
||
### [CDN - UNPKG](https://unpkg.com/browse/jquery-smarttab/) | ||
```html | ||
<!-- CSS --> | ||
<link href="https://unpkg.com/[email protected]/dist/css/smart_tab_all.min.css" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- JavaScript --> | ||
<script src="https://unpkg.com/[email protected]/dist/js/jquery.smartTab.min.js" type="text/javascript"></script> | ||
``` | ||
|
||
### Download | ||
#### [Download from GitHub](https://github.com/techlab/jquery-smarttab/archive/master.zip) | ||
|
||
|
@@ -140,7 +160,8 @@ Initialize the jQuery SmartTab | |
}); | ||
</script> | ||
``` | ||
That's it! | ||
That's it! | ||
|
||
Please see the [documentation](http://techlaboratory.net/jquery-smarttab#documentation) for more details on implementation and usage. | ||
|
||
##### All options | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.