responsive

sticky

  • Available since: v1.0
  • Type: option
  • Data type: Boolean
  • Allowed values: true, false
  • Default value: false

Active slide remains open until another one is activated.

Example:

$('.accordion').jAccordion({
	sticky : true
});

Demo 1

Demo 1 demonstrates behaviour of the plugin with the described option enabled. Select a slide and then move cursor outside accordion - active slide remains open. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 2

Demo 2 demonstrates behaviour of the plugin with the described option enabled. Select a slide and then move cursor outside accordion - active slide remains open. Vertical accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 3

Demo 3 demonstrates behaviour of the plugin with the described option disabled. Select a slide and then move cursor outside accordion - slides return to default state. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 4

Demo 4 demonstrates behaviour of the plugin with the described option disabled. Select a slide and then move cursor outside accordion - slides return to default state. Vertical accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

jAccordion by maniacpc, exclusively for CodeCanyon