Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
zebra_accordion
Advanced tools
A tiny, easily configurable, fully customizable, cross-browser accordion jQuery plugin
##Zebra_Accordion
####A small-footprint (3 KB minified), easily configurable, fully customizable, cross-browser accordion jQuery plugin
Zebra_Accordion is a tiny (3KB minified) accordion jQuery plugin. It transforms a basic definition list, without requiring any other specific markup, into a small-footprint, easily configurable, fully customizable, cross-browser accordion widget, useful for better organizing larger groups of content.
##Features
##Requirements
Zebra_Accordion has no dependencies other than jQuery 1.5.2+
##How to use
Zebra_Accordion is available as a Bower package. To install it use:
bower install zebra_accordion
Zebra_Accordion is also available as a npm package. To install it use:
npm install zebra_accordion
Load the latest version of jQuery from a CDN and provide a fallback to a local source, like:
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="path/to/jquery-1.12.0.js"><\/script>')</script>
Load the Zebra_Accordion plugin
<script type="text/javascript" src="path/to/zebra_accordion.js"></script>
Load the plugin’s stylesheet file
<link rel="stylesheet" href="path/to/zebra_accordion.css" type="text/css">
Now, within the DOM-ready event do
$(document).ready(function() {
new $.Zebra_Accordion($('.Zebra_Accordion'));
});
Configuration options and demos on the project's homepage
FAQs
A lightweight, customizable, and cross-browser jQuery accordion plugin with easy configuration options
The npm package zebra_accordion receives a total of 0 weekly downloads. As such, zebra_accordion popularity was classified as not popular.
We found that zebra_accordion demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.