PHPackages                             agencenous/jquery-tabs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. agencenous/jquery-tabs

ActiveJquery-plugin

agencenous/jquery-tabs
======================

Simply add tabs.

1.0.3(3y ago)01.3kGPL-2.0-or-laterSCSS

Since Feb 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/agencenous/jquery-tabs)[ Packagist](https://packagist.org/packages/agencenous/jquery-tabs)[ RSS](/packages/agencenous-jquery-tabs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

jQuery Tabs
===========

[](#jquery-tabs)

Simply add tabs.

Install
-------

[](#install)

```
composer require agencenous/jquery-tabs
```

Usage
-----

[](#usage)

```

```

Example
-------

[](#example)

```

    Section 1
    Somme content

    Section 2
    Somme content

    Section 3
    Somme content

```

And then, just instanciate:

```
jQuery('.content').createTabs({
		children: 'section',
		childrenTitle: 'h3'
});
```

### Additional params

[](#additional-params)

- hideUntilLast
- prevText,
- nextText,
- prevClass,
- nextClass

Full example

```
jQuery('#form').createTabs({
		children: 'fieldset',
		childrenTitle: '.tab-title',
		hideUntilLast: 'input[type=submit]',
		prevText: '« back',
		nextText: 'Next »',
		prevClass: 'btn',
		nextClass: 'btn'
});
```

### Triggers

[](#triggers)

```
jQuery('#form')
  .on('tab_ready', function(){
    console.log('READY!');
  })
  .on('tab_change', function(){
    console.log('TAB CHANGED!');
  })
.createTabs();
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~131 days

Total

4

Last Release

1173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/711568ddabbb0c5607b7bc77660a2094b8f32514d4a2bafcd2f8bba7caefb4d7?d=identicon)[bastienho](/maintainers/bastienho)

---

Top Contributors

[![bastienho](https://avatars.githubusercontent.com/u/2409849?v=4)](https://github.com/bastienho "bastienho (23 commits)")

### Embed Badge

![Health badge](/badges/agencenous-jquery-tabs/health.svg)

```
[![Health](https://phpackages.com/badges/agencenous-jquery-tabs/health.svg)](https://phpackages.com/packages/agencenous-jquery-tabs)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
