Wijmo UI for the Web
header Option

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

Determines the selector for the header element.

Syntax
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) 
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.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijaccordion jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.