Wijmo UI for the Web
header Field
wijmo.accordion.wijaccordion Namespace > options type : header Field

Default value: '> li > :first-child,> :not(li):even'

Determines the selector for the header element.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijaccordion("option", "header");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijaccordion("option", "header", newValue);
        
});
var header : string;
Remarks
Set this option to put header and content elements inside the HTML tags of your choice. By default, the header is the first child after an <LI> element, and the content is the second child html markup.
See Also

Reference

options type
wijaccordion jQuery Widget