wijmo.accordion.wijaccordion Namespace > options type : header Option |
Default value: '> li > :first-child,> :not(li):even'
Determines the selector for the header element.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijaccordion("option", "header"); // Set value var newValue; // Type: string $(".selector").wijaccordion("option", "header", newValue); }); |
Javascript (Specification) | |
---|---|
|