Skip to content

mirzabusatlic/jquery-collapsible-fieldset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-collapsible-fieldset

Overview

jQuery plugin for Drupal-style collapsible fieldsets.

Usage

$("fieldset.collapsible").collapsible();
<form>
	<fieldset class="collapsible">
		<legend>Fieldset Collapsible Legend</legend>
		<div>
        		<input type="text" />
		</div>
	</fieldset>
</form>

Options

Name Description Type Default
collapsed Set true if fieldset should be collapsed by default. Boolean false
animation Should an animation be used when collapsing/expanding fieldset. Boolean true
fade This is the speed at which the fieldset animation will occur. Integers in milliseconds are accepted, as well as standard jQuery speed strings (slow, normal, fast). Integer or String medium

About

jQuery plugin for Drupal-style collapsible fieldsets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages