' +
'{{#types}}' +
'
{{{name}}}
' +
'{{/types}}' +
'
'
),
itemTpl: (
'{{#members}}' +
'
' +
'
' +
'
' +
'{{{composition}}}' +
'
' +
// '
' +
// '{{{bio}}}' +
// '
' +
'
' +
'{{/members}}'
),
mobileHeaderTpl: (
''
),
mobileItemTpl: (
'
' +
'
' +
'
' +
'
{{{icon}}}
' +
'
' +
// '
' +
// '{{{bio}}}' +
// '
' +
'
'
),
beforeRender: function(data) {
console.log(data);
},
onComplete: function() {
// q4App.toggle(
// $('.module-committee .module_container--desktop'), // container
// '.module_item', // item
// '.module-committee_link', // toggle
// '.module-committee_bio', // panel
// false, // accordion?
// false, // show all button?
// false // open first?
// );
q4App.toggle(
$('.module-committee .module_container--tablet'), // container
'.module-committee_category', // item
'.module_header i', // toggle
'.module_items-container', // panel
false, // accordion?
false, // show all button?
false // open first?
);
// q4App.toggle(
// $('.module-committee .module_container--tablet'), // container
// '.module_item', // item
// '.module-committee_name .module-committee_link', // toggle
// '.module-committee_bio', // panel
// false, // accordion?
// false, // show all button?
// false // open first?
// );
}
});